DEVELOPERS: add Yegor Yefremov for the ser2net package
[buildroot-gz.git] / package / ctorrent / ctorrent.mk
blob55fc95e7039920b6735083a782736b7d2b1036ae
1 ################################################################################
3 # ctorrent
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
15 else
16 CTORRENT_CONF_OPTS += --with-ssl=no
17 endif
19 $(eval $(autotools-package))