From 837094a02fcfe490a829f25a3cf697775047f074 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 8 Aug 2006 01:13:52 +0000 Subject: [PATCH] rename glib package from liblib1 to glib1 and fix dependencies on it SVN-Revision: 4514 --- libs/glib/Makefile | 6 +++--- net/bitlbee/Makefile | 2 +- net/irssi/Makefile | 2 +- net/nocatsplash/Makefile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/glib/Makefile b/libs/glib/Makefile index 82691af617..b60f5f05a6 100644 --- a/libs/glib/Makefile +++ b/libs/glib/Makefile @@ -25,7 +25,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk -define Package/libglib1 +define Package/glib1 SECTION:=libs CATEGORY:=Libraries DEPENDS:=+libpthread @@ -94,7 +94,7 @@ define Build/Compile install endef -define Package/libglib1/install +define Package/glib1/install install -m0755 -d $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libg{lib,module,thread}-1.2.so.* $(1)/usr/lib/ endef @@ -123,4 +123,4 @@ define Build/UninstallDev $(STAGING_DIR)/usr/lib/pkgconfig/g{lib,module,thread}.pc endef -$(eval $(call BuildPackage,libglib1)) +$(eval $(call BuildPackage,glib1)) diff --git a/net/bitlbee/Makefile b/net/bitlbee/Makefile index 57598c2490..a11831a7ca 100644 --- a/net/bitlbee/Makefile +++ b/net/bitlbee/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk define Package/bitlbee SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +libglib1 +libiconv + DEPENDS:=+libopenssl +glib1 +libiconv TITLE:=IRC gateway to IM chat networks DESCRIPTION:=IRC gateway to IM chat networks URL:=http://www.bitlbee.org/ diff --git a/net/irssi/Makefile b/net/irssi/Makefile index 7613a42eac..3f815fe0e7 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/irssi SECTION:=net CATEGORY:=Network - DEPENDS:=+glib +libncurses + DEPENDS:=+glib1 +libncurses TITLE:=console irc client DESCRIPTION:=IRC client for the text console URL:=http://irssi.org diff --git a/net/nocatsplash/Makefile b/net/nocatsplash/Makefile index 2dd5884257..5cd7d05b31 100644 --- a/net/nocatsplash/Makefile +++ b/net/nocatsplash/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/nocatsplash SECTION:=net CATEGORY:=Network - DEPENDS:=+glib + DEPENDS:=+glib1 TITLE:=Open public network gateway daemon DESCRIPTION:=NoCatSplash is an Open Public Network Gateway Daemon.\\\ It performs as a [captive/open/active] portal. When run on a gateway/router\\\ -- 2.30.2