diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-25 22:39:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-25 22:39:18 +0200 |
commit | 03715f6d77f496e6937534e5f2f5e5825a67f5b8 (patch) | |
tree | 318181bc2a0b0a6161101715c7cb4695030f6558 /package/libtorrent/Makefile | |
parent | 6dd016cf3d645cafe26eb4ff4575dcb1a0cd5d9a (diff) |
libtorrent: update to 0.13.6
Diffstat (limited to 'package/libtorrent/Makefile')
-rw-r--r-- | package/libtorrent/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile index fa001a04f..ba4a09ec4 100644 --- a/package/libtorrent/Makefile +++ b/package/libtorrent/Makefile @@ -4,15 +4,15 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= libtorrent -PKG_VERSION:= 0.13.4 -PKG_RELEASE:= 2 -PKG_HASH:= 704e097119dc89e2ee4630396b25de1cd64b0549841347ea75b9ef9217084955 +PKG_VERSION:= 0.13.6 +PKG_RELEASE:= 1 +PKG_HASH:= 2838a08c96edfd936aff8fbf99ecbb930c2bfca3337dd1482eb5fccdb80d5a04 PKG_DESCR:= bittorrent library PKG_SECTION:= libs/net -PKG_DEPENDS:= libsigc++ -PKG_BUILDDEP:= libsigc++ gettext-tiny -PKG_URL:= http://libtorrent.rakshasa.no/ -PKG_SITES:= http://distfiles.openadk.org/ +PKG_DEPENDS:= libsigc++ zlib +PKG_BUILDDEP:= libsigc++ zlib gettext-tiny +PKG_URL:= https://rakshasa.github.io/rtorrent/ +PKG_SITES:= http://rtorrent.net/downloads/ PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz @@ -32,7 +32,8 @@ $(eval $(call PKG_template,LIBTORRENT,libtorrent,${PKG_VERSION}-${PKG_RELEASE},$ AUTOTOOL_STYLE:= autoreconf CONFIGURE_ARGS+= --enable-aligned \ --without-kqueue \ - --disable-instrumentation + --disable-instrumentation \ + --with-zlib=$(STAGING_TARGET_DIR) libtorrent-install: ${INSTALL_DIR} ${IDIR_LIBTORRENT}/usr/lib |