5f3920dd4c20f4a0a37916c18f894abeeee7435e
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libtorrent / libtorrent.mk
1 ################################################################################
2 #
3 # libtorrent
4 #
5 ################################################################################
6
7 LIBTORRENT_VERSION = 0.13.3
8 LIBTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
9 LIBTORRENT_DEPENDENCIES = host-pkgconf libsigc \
10         $(if $(BR2_PACKAGE_OPENSSL),openssl)
11 LIBTORRENT_CONF_OPTS = --enable-aligned \
12         $(if $(BR2_PACKAGE_OPENSSL),--enable-openssl,--disable-openssl)
13 LIBTORRENT_INSTALL_STAGING = YES
14 LIBTORRENT_AUTORECONF = YES
15 LIBTORRENT_LICENSE = GPLv2
16 LIBTORRENT_LICENSE_FILES = COPYING
17
18 $(eval $(autotools-package))