From: Nicolas Thill Date: Tue, 8 Aug 2006 01:13:52 +0000 (+0000) Subject: rename glib package from liblib1 to glib1 and fix dependencies on it X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6c2817dd675545db75943dc1c9db28f921c2d7a9;p=openwrt%2Fsvn-archive%2Fpackages.git rename glib package from liblib1 to glib1 and fix dependencies on it SVN-Revision: 4514 --- 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\\\