Config.in 367 B

12345678910111213
  1. comment "ctorrent needs a toolchain w/ C++"
  2. depends on !BR2_INSTALL_LIBSTDCPP
  3. config BR2_PACKAGE_CTORRENT
  4. bool "ctorrent"
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. help
  7. CTorrent is a BitTorrent client implemented in C++
  8. to be lightweight and quick.
  9. http://ctorrent.sourceforge.net/
  10. This is the enhanced version from
  11. http://www.rahul.net/dholmes/ctorrent/