2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-05-14 12:55:28 +02:00
|
|
|
#
|
|
|
|
# libtorrent
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-05-14 12:55:28 +02:00
|
|
|
|
2015-10-05 01:56:15 +02:00
|
|
|
LIBTORRENT_VERSION = 0.13.6
|
|
|
|
LIBTORRENT_SITE = http://rtorrent.net/downloads
|
2015-10-05 03:04:37 +02:00
|
|
|
LIBTORRENT_DEPENDENCIES = host-pkgconf zlib \
|
|
|
|
$(if $(BR2_PACKAGE_OPENSSL),openssl)
|
2014-09-27 21:32:44 +02:00
|
|
|
LIBTORRENT_CONF_OPTS = --enable-aligned \
|
2015-10-05 01:56:15 +02:00
|
|
|
--disable-instrumentation \
|
2015-10-05 03:04:37 +02:00
|
|
|
--with-zlib=$(STAGING_DIR)/usr \
|
|
|
|
$(if $(BR2_PACKAGE_OPENSSL),--enable-openssl,--disable-openssl)
|
2012-05-14 12:55:28 +02:00
|
|
|
LIBTORRENT_INSTALL_STAGING = YES
|
|
|
|
LIBTORRENT_AUTORECONF = YES
|
2012-10-31 08:23:33 +01:00
|
|
|
LIBTORRENT_LICENSE = GPLv2
|
|
|
|
LIBTORRENT_LICENSE_FILES = COPYING
|
2012-05-14 12:55:28 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|