buildrootschalter/package/ctorrent/ctorrent.mk
Jerzy Grzegorek e0d9d33cc2 fix white spaces
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-07-20 21:13:57 +02:00

21 lines
551 B
Makefile

################################################################################
#
# ctorrent
#
################################################################################
CTORRENT_VERSION = dnh3.3.2
CTORRENT_SOURCE = ctorrent-$(CTORRENT_VERSION).tar.gz
CTORRENT_SITE = http://www.rahul.net/dholmes/ctorrent/
CTORRENT_LICENSE = GPLv2
CTORRENT_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_OPENSSL),y)
CTORRENT_CONF_OPT += --with-ssl=yes
CTORRENT_DEPENDENCIES += openssl
else
CTORRENT_CONF_OPT += --with-ssl=no
endif
$(eval $(autotools-package))