open-plc-utils: new package
[buildroot-gz.git] / package / libtorrent / libtorrent.mk
blob5f3920dd4c20f4a0a37916c18f894abeeee7435e
1 ################################################################################
3 # libtorrent
5 ################################################################################
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
18 $(eval $(autotools-package))