@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := ncurses
PKG_VERSION := 5.7
PKG_RELEASE := 3
PKG_RELEASE := 4
PKG_BUILD_DIR := $( BUILD_DIR) /$( BUILD_VARIANT) /$( PKG_NAME) -$( PKG_VERSION)
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
@ -26,6 +26,15 @@ define Package/libncurses
CATEGORY:= Libraries
TITLE:= Terminal handling library
URL:= http://www.gnu.org/software/ncurses/
DEPENDS:= +terminfo
VARIANT:= libncurses
e n d e f
d e f i n e P a c k a g e / t e r m i n f o
SECTION:= libs
CATEGORY:= Libraries
TITLE:= Terminal Info Database ( ncurses)
URL:= http://www.gnu.org/software/ncurses/
VARIANT:= libncurses
e n d e f
@ -82,9 +91,8 @@ define Build/Install/Default
$( 1) install.libs install.data;
e n d e f
d e f i n e P a c k a g e / l i b n c u r s e s / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/lib{ curses,ncurses,panel,menu,form} .so* $( 1) /usr/lib/
d e f i n e P a c k a g e / t e r m i n f o / i n s t a l l
echo ""
i f n e q ( $( HOST_OS ) , F r e e B S D )
$( INSTALL_DIR) $( 1) /usr/share/terminfo
( cd $( PKG_INSTALL_DIR) /usr/share/terminfo; \
@ -101,6 +109,11 @@ ifneq ($(HOST_OS),FreeBSD)
e n d i f
e n d e f
d e f i n e P a c k a g e / l i b n c u r s e s / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/lib{ curses,ncurses,panel,menu,form} .so* $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / l i b n c u r s e s w / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/lib{ ncurses,panel,menu,form} w.so* $( 1) /usr/lib/
@ -124,5 +137,6 @@ define Build/InstallDev
e n d e f
e n d i f
$( eval $ ( call BuildPackage ,terminfo ) )
$( eval $ ( call BuildPackage ,libncurses ) )
$( eval $ ( call BuildPackage ,libncursesw ) )