ctorrent.mk 496 B

12345678910111213141516171819
  1. ################################################################################
  2. #
  3. # ctorrent
  4. #
  5. ################################################################################
  6. CTORRENT_VERSION = dnh3.3.2
  7. CTORRENT_SITE = http://www.rahul.net/dholmes/ctorrent
  8. CTORRENT_LICENSE = GPLv2
  9. CTORRENT_LICENSE_FILES = COPYING
  10. ifeq ($(BR2_PACKAGE_OPENSSL),y)
  11. CTORRENT_CONF_OPT += --with-ssl=yes
  12. CTORRENT_DEPENDENCIES += openssl
  13. else
  14. CTORRENT_CONF_OPT += --with-ssl=no
  15. endif
  16. $(eval $(autotools-package))