From 3b5d912a5f2971f667014d853c76112ce6a1096d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 21 Mar 2011 06:45:20 +0000 Subject: [PATCH] [package] ncurses: install ncurses5-config and ncursesw5-config (#9044) SVN-Revision: 26255 --- package/ncurses/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 6b2f7b6300..69a2041369 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -126,6 +126,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' \ + $(2)/bin/ncursesw5-config + ln -sf $(STAGING_DIR)/host/bin/ncursesw5-config $(1)/usr/bin/ncursesw5-config endef else define Build/InstallDev @@ -134,6 +140,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 -- 2.30.2