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