1 ################################################################################
5 ################################################################################
7 LIBTORRENT_VERSION
= 0.13.6
8 LIBTORRENT_SITE
= http
://rtorrent.net
/downloads
9 LIBTORRENT_DEPENDENCIES
= host-pkgconf zlib \
10 $(if
$(BR2_PACKAGE_OPENSSL
),openssl
)
11 LIBTORRENT_CONF_OPTS
= --enable-aligned \
12 --disable-instrumentation \
13 --with-zlib
=$(STAGING_DIR
)/usr \
14 $(if
$(BR2_PACKAGE_OPENSSL
),--enable-openssl
,--disable-openssl
)
15 LIBTORRENT_INSTALL_STAGING
= YES
16 LIBTORRENT_AUTORECONF
= YES
17 LIBTORRENT_LICENSE
= GPLv2
18 LIBTORRENT_LICENSE_FILES
= COPYING
20 $(eval
$(autotools-package
))