diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-16 08:30:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-16 08:37:56 +0200 |
commit | 631751dc9fc77a1f7c5a1c2b12430f599293167d (patch) | |
tree | 2e99336793f1eb2a292c8ba019c2c7192f3b0c5f /package/readline | |
parent | e41f6a3e889182e6ff219824bc45b53716644f64 (diff) |
fix ruby compile, update to latest
Diffstat (limited to 'package/readline')
-rw-r--r-- | package/readline/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/readline/Makefile b/package/readline/Makefile index 4b18efc16..c64434912 100644 --- a/package/readline/Makefile +++ b/package/readline/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= readline PKG_VERSION:= 6.1 PKG_RELEASE:= 2 PKG_MD5SUM:= fc2f7e714fe792db1ce6ddc4c9fb4ef3 -PKG_DESCR:= Command line editing library +PKG_DESCR:= command line editing library PKG_SECTION:= libs PKG_DEPENDS:= libncurses PKG_BUILDDEP:= ncurses @@ -15,10 +15,13 @@ PKG_SITES:= ${MASTER_SITE_GNU:=readline/} PKG_LIBNAME:= libreadline PKG_OPTS:= dev +include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk +$(eval $(call HOST_template,READLINE,readline,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,LIBREADLINE,libreadline,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) +HOST_STYLE:= auto CONFIGURE_ARGS+= --with-curses libreadline-install: @@ -26,4 +29,5 @@ libreadline-install: ${CP} ${WRKINST}/usr/lib/libhistory.so* ${IDIR_LIBREADLINE}/usr/lib ${CP} ${WRKINST}/usr/lib/libreadline.so* ${IDIR_LIBREADLINE}/usr/lib +include ${TOPDIR}/mk/host-bottom.mk include ${TOPDIR}/mk/pkg-bottom.mk |