From b222dca1c9a61e7921ba22fbcf8c1349370058dd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 15 Jul 2010 18:31:41 +0200 Subject: add rxvt-unicode termcap support --- package/ncurses/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'package/ncurses/Makefile') 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; \ -- cgit v1.2.3