From 75c61241ed8a6792bbc246696b412960d1a155ca Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 6 Mar 2010 13:14:23 +0100 Subject: update to latest upstream version --- package/readline/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/readline') 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 -- cgit v1.2.3