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
|
|
|
|
2012-10-31 08:23:33 +01:00
|
|
|
LIBTORRENT_VERSION = 0.13.3
|
2012-05-14 12:55:28 +02:00
|
|
|
LIBTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
|
2012-10-22 17:47:52 +02:00
|
|
|
LIBTORRENT_DEPENDENCIES = host-pkgconf libsigc \
|
2012-05-14 12:55:28 +02:00
|
|
|
$(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-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))
|