Config.in 388 B

12345678910111213
  1. comment "ctorrent requires a toolchain with C++ support enabled"
  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/