2012-05-14 12:55:28 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# libtorrent
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
LIBTORRENT_VERSION = 0.13.2
|
|
|
|
LIBTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
|
|
|
|
LIBTORRENT_DEPENDENCIES = host-pkg-config libsigc \
|
|
|
|
$(if $(BR2_PACKAGE_OPENSSL),openssl)
|
|
|
|
LIBTORRENT_CONF_OPT = --enable-aligned \
|
|
|
|
$(if $(BR2_PACKAGE_OPENSSL),--enable-openssl,--disable-openssl)
|
|
|
|
LIBTORRENT_INSTALL_STAGING = YES
|
|
|
|
LIBTORRENT_AUTORECONF = YES
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|