From be26c3e760d86dbcc45ce6edd9e266a623c0430d Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 14 May 2012 10:55:28 +0000 Subject: libtorrent: new package Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/libtorrent/libtorrent.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/libtorrent/libtorrent.mk (limited to 'package/libtorrent/libtorrent.mk') diff --git a/package/libtorrent/libtorrent.mk b/package/libtorrent/libtorrent.mk new file mode 100644 index 000000000..100e68465 --- /dev/null +++ b/package/libtorrent/libtorrent.mk @@ -0,0 +1,16 @@ +############################################################# +# +# 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 + +$(eval $(call AUTOTARGETS)) -- cgit v1.2.3