diff options
Diffstat (limited to 'package/readline/Makefile')
-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 |