summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:20:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:20:35 +0100
commit8764ce7feed8f2ae00c70b42e71cf2d7fdc372dc (patch)
tree9e4f2deb02629d0742d5eb50c065d2e428018023 /package
parente165ea1b0eacd21beabcc90bbf0dea9a3f45a264 (diff)
update to latest upstream version
Diffstat (limited to 'package')
-rw-r--r--package/libtorrent/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile
index 419654fc9..4cb06c3a9 100644
--- a/package/libtorrent/Makefile
+++ b/package/libtorrent/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= libtorrent
-PKG_VERSION:= 0.12.5
+PKG_VERSION:= 0.12.6
PKG_RELEASE:= 1
-PKG_MD5SUM:= fe8155d364b220713074423100d4bf29
+PKG_MD5SUM:= 037499ed708aaf72988cee60e5a8d96b
PKG_DESCR:= A bittorrent library
PKG_SECTION:= libs
PKG_DEPENDS:= libopenssl libsigc++
@@ -20,8 +20,8 @@ $(eval $(call PKG_template,LIBTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},
CONFIGURE_ARGS+= --enable-aligned
-post-install:
+libtorrent-install:
${INSTALL_DIR} ${IDIR_LIBTORRENT}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libtorrent.so* ${IDIR_LIBTORRENT}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libtorrent.so* ${IDIR_LIBTORRENT}/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk