The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ctorrent / ctorrent.mk
1 ################################################################################
2 #
3 # ctorrent
4 #
5 ################################################################################
6
7 CTORRENT_VERSION = dnh3.3.2
8 CTORRENT_SITE = http://www.rahul.net/dholmes/ctorrent
9 CTORRENT_LICENSE = GPLv2
10 CTORRENT_LICENSE_FILES = COPYING
11
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
18
19 $(eval $(autotools-package))