ncftp: bump version to 3.2.6
[buildroot-gz.git] / package / libtorrent / libtorrent.mk
blobef1c75f03938cac7fb60ef4cdb79237b9e9174a8
1 ################################################################################
3 # libtorrent
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))