diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:24:26 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:24:26 +0100 |
| commit | f2b154b7d74e21b7e655c6cd121155592c1bee03 (patch) | |
| tree | d1d8f06abeb89834cebb70d33229aff129b9d485 /package/libtorrent/Makefile | |
| parent | c93c25a63b3b5a29a258460519ed36341da2e79e (diff) | |
| parent | 63e65ec30b763d6687d462c52cb46bd5e738928a (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libtorrent/Makefile')
| -rw-r--r-- | package/libtorrent/Makefile | 8 |
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 |
