diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-15 10:27:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-15 10:27:53 +0200 |
commit | d411d5903f97add6f1cd6be23b25df29167b886e (patch) | |
tree | c9d5014d22096c618f5449d6c383d8581ba4edc8 /package/libtool | |
parent | 08d14cc838c8f2e24bd7cf23bb04503433680934 (diff) |
update to latest upstream version
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 237d358d6..cddcf93e0 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libtool -PKG_VERSION:= 2.2.6b +PKG_VERSION:= 2.2.8 PKG_RELEASE:= 1 -PKG_MD5SUM:= 07da460450490148c6d2df0f21481a25 +PKG_MD5SUM:= cad2a7188242bc8dbab0645532ae3d6f PKG_DESCR:= a generic dynamic object loading library PKG_SECTION:= libs PKG_URL:= http://www.gnu.org/software/libtool @@ -19,7 +19,7 @@ $(eval $(call PKG_template,LIBLTDL,libltdl,${PKG_VERSION}-${PKG_RELEASE},${PKG_D post-install: ${INSTALL_DIR} ${IDIR_LIBLTDL}/usr/lib - ${CP} ${WRKINST}/usr/lib/libltdl.so.* ${IDIR_LIBLTDL}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libltdl.so* ${IDIR_LIBLTDL}/usr/lib/ ${INSTALL_DIR} ${IDIR_LIBTOOL}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/libtool ${IDIR_LIBTOOL}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/libtoolize ${IDIR_LIBTOOL}/usr/bin |