summaryrefslogtreecommitdiff
path: root/package/readline/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-03-06 13:14:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-03-06 13:14:23 +0100
commit75c61241ed8a6792bbc246696b412960d1a155ca (patch)
treeac116ab252969fb63e5f57384baa0f000c9657d0 /package/readline/Makefile
parentd473eb51590f4c4329f0a36f332f666fb67a9e2c (diff)
update to latest upstream version
Diffstat (limited to 'package/readline/Makefile')
-rw-r--r--package/readline/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/readline/Makefile b/package/readline/Makefile
index 644a87271..542f72d9a 100644
--- a/package/readline/Makefile
+++ b/package/readline/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= readline
-PKG_VERSION:= 5.2
+PKG_VERSION:= 6.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= e39331f32ad14009b9ff49cc10c5e751
+PKG_MD5SUM:= fc2f7e714fe792db1ce6ddc4c9fb4ef3
PKG_DESCR:= Command line editing library
PKG_SECTION:= libs
PKG_DEPENDS:= libncurses
@@ -21,8 +21,8 @@ CONFIGURE_ARGS+= --with-curses
post-install:
${INSTALL_DIR} ${IDIR_LIBREADLINE}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libhistory.so.* ${IDIR_LIBREADLINE}/usr/lib/
- ${CP} ${WRKINST}/usr/lib/libreadline.so.* ${IDIR_LIBREADLINE}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libhistory.so* ${IDIR_LIBREADLINE}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libreadline.so* ${IDIR_LIBREADLINE}/usr/lib/
chmod u+w ${IDIR_LIBREADLINE}/usr/lib/*
include ${TOPDIR}/mk/pkg-bottom.mk