summaryrefslogtreecommitdiffstats
path: root/package/libtorrent/libtorrent.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-10-31 07:23:33 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-31 23:14:52 +0100
commitd88d501f4e3aef56759bc379d87afd2a6918339b (patch)
tree59433ed2fbba8325db2241a92bd95d6c517e1bc8 /package/libtorrent/libtorrent.mk
parente48bf899f6f11dbe19ce62c24c10639d0ad0ef5a (diff)
downloadbuildroot-novena-d88d501f4e3aef56759bc379d87afd2a6918339b.tar.gz
buildroot-novena-d88d501f4e3aef56759bc379d87afd2a6918339b.zip
libtorrent: bump to version 0.13.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libtorrent/libtorrent.mk')
-rw-r--r--package/libtorrent/libtorrent.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libtorrent/libtorrent.mk b/package/libtorrent/libtorrent.mk
index 892195bfc..e58de5d03 100644
--- a/package/libtorrent/libtorrent.mk
+++ b/package/libtorrent/libtorrent.mk
@@ -4,7 +4,7 @@
#
#############################################################
-LIBTORRENT_VERSION = 0.13.2
+LIBTORRENT_VERSION = 0.13.3
LIBTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
LIBTORRENT_DEPENDENCIES = host-pkgconf libsigc \
$(if $(BR2_PACKAGE_OPENSSL),openssl)
@@ -12,5 +12,7 @@ LIBTORRENT_CONF_OPT = --enable-aligned \
$(if $(BR2_PACKAGE_OPENSSL),--enable-openssl,--disable-openssl)
LIBTORRENT_INSTALL_STAGING = YES
LIBTORRENT_AUTORECONF = YES
+LIBTORRENT_LICENSE = GPLv2
+LIBTORRENT_LICENSE_FILES = COPYING
$(eval $(autotools-package))