summaryrefslogtreecommitdiff
path: root/package/ncurses/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-15 18:31:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-15 18:31:41 +0200
commitb222dca1c9a61e7921ba22fbcf8c1349370058dd (patch)
tree92ce7a40a79e47be1affc78600f50bdebec1bb3b /package/ncurses/Makefile
parent3a1b33357be26332f5bdcb74011170f42a60239c (diff)
add rxvt-unicode termcap support
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r--package/ncurses/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index ef16a6e69..6f312d3a1 100644
--- a/package/ncurses/Makefile
+++ b/package/ncurses/Makefile
@@ -5,12 +5,13 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= ncurses
PKG_VERSION:= 5.7
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= cce05daf61a64501ef6cd8da1f727ec6
-PKG_DESCR:= a terminal handling library and common terminal definitions
+PKG_DESCR:= a terminal handling library
PKG_SECTION:= libs
PKG_URL:= http://www.gnu.org/software/ncurses/
PKG_SITES:= ${MASTER_SITE_GNU:=ncurses/}
+
PKG_DESCR_LIB_DEV:= development files for libncurses
PKG_SECTION_LIB_DEV:= devel
@@ -71,8 +72,8 @@ post-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y}
${CP} ${WRKINST}/usr/lib/lib{form,menu,ncurses,panel}.so* \
${IDIR_LIBNCURSES}/usr/lib
${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/share/terminfo/
- for f in ansi dumb linux rxvt screen vt100 vt102 \
- vt220 wsvt25 xterm xterm-color xterm-xfree86; do \
+ for f in ansi dumb linux screen vt100 vt102 \
+ rxvt-unicode vt220 xterm xterm-color xterm-xfree86; do \
${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/share/terminfo/$${f:0:1}; \
${INSTALL_DATA} ${WRKINST}/usr/share/terminfo/*/$$f \
${IDIR_LIBNCURSES}/usr/share/terminfo/$${f:0:1}/$$f; \