From b072863c0b28f3541d447beffa1e5e4ea0b9ac0a Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 8 Aug 2006 01:13:52 +0000 Subject: [PATCH] rename glib package from liblib1 to glib1 and fix dependencies on it git-svn-id: svn://svn.openwrt.org/openwrt/packages@4514 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 82691af61..b60f5f05a 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 57598c249..a11831a7c 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 7613a42ea..3f815fe0e 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 2dd588425..5cd7d05b3 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\\\