ncurses: rename libncursesw to libncurses (more common name)
provide libncursesw via PROVIDES instead Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
d44c6ec1ce
commit
43855793ca
1 changed files with 4 additions and 4 deletions
|
@ -34,12 +34,12 @@ define Package/terminfo
|
||||||
URL:=http://www.gnu.org/software/ncurses/
|
URL:=http://www.gnu.org/software/ncurses/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libncursesw
|
define Package/libncurses
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Terminal handling library (Unicode)
|
TITLE:=Terminal handling library (Unicode)
|
||||||
URL:=http://www.gnu.org/software/ncurses/
|
URL:=http://www.gnu.org/software/ncurses/
|
||||||
PROVIDES:=libncurses
|
PROVIDES:=libncursesw
|
||||||
DEPENDS:= +terminfo
|
DEPENDS:= +terminfo
|
||||||
ABI_VERSION:=$(PKG_VERSION)
|
ABI_VERSION:=$(PKG_VERSION)
|
||||||
endef
|
endef
|
||||||
|
@ -116,7 +116,7 @@ ifneq ($(HOST_OS),FreeBSD)
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libncursesw/install
|
define Package/libncurses/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
for lib in ncurses panel menu form; do \
|
for lib in ncurses panel menu form; do \
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$$$${lib}w.so* $(1)/usr/lib/; \
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$$$${lib}w.so* $(1)/usr/lib/; \
|
||||||
|
@ -149,4 +149,4 @@ endef
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
$(eval $(call HostBuild))
|
||||||
$(eval $(call BuildPackage,terminfo))
|
$(eval $(call BuildPackage,terminfo))
|
||||||
$(eval $(call BuildPackage,libncursesw))
|
$(eval $(call BuildPackage,libncurses))
|
||||||
|
|
Loading…
Reference in a new issue