X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fncurses%2FMakefile;h=9c682aca83852de1ec00737e81bcf47da89e5081;hb=3a14c373fd3becf062b107e26300ba549fbb9f40;hp=6b2f7b63001fbe966168e6e07a39d3b2ca18faad;hpb=bc39a45d02c2ae51c21908a1793bc1df55471db8;p=openwrt.git diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 6b2f7b6300..9c682aca83 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ncurses PKG_VERSION:=5.7 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -43,7 +43,6 @@ define Package/libncursesw CATEGORY:=Libraries TITLE:=Terminal handling library (Unicode) URL:=http://www.gnu.org/software/ncurses/ - DEPENDS:=libncurses VARIANT:=libncursesw endef @@ -55,8 +54,6 @@ CONFIGURE_ARGS += \ --enable-overwrite \ --disable-rpath \ --without-ada \ - --without-cxx \ - --without-cxx-binding \ --without-debug \ --without-profile \ --without-progs \ @@ -126,6 +123,12 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{ncurses,panel,menu,form}w.{a,so*} $(1)/usr/lib/ + + $(INSTALL_DIR) $(1)/usr/bin $(2)/bin + $(CP) $(PKG_INSTALL_DIR)/usr/bin/ncursesw5-config $(2)/bin/ + $(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' -e 's/$$$$INCS //g' \ + $(2)/bin/ncursesw5-config + ln -sf $(STAGING_DIR)/host/bin/ncursesw5-config $(1)/usr/bin/ncursesw5-config endef else define Build/InstallDev @@ -134,6 +137,12 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{curses,ncurses,panel,menu,form}.{a,so*} $(1)/usr/lib/ + + $(INSTALL_DIR) $(1)/usr/bin $(2)/bin + $(CP) $(PKG_INSTALL_DIR)/usr/bin/ncurses5-config $(2)/bin/ + $(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \ + $(2)/bin/ncurses5-config + ln -sf $(STAGING_DIR)/host/bin/ncurses5-config $(1)/usr/bin/ncurses5-config endef endif