Rename package to libnet1 to reflect the split between libnet and libnet1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4789 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-09-14 13:06:21 +00:00
parent 9dc050d7a7
commit 95a51da88e

View File

@ -22,7 +22,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/libnet
define Package/libnet1
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=+libpcap
@ -93,7 +93,7 @@ define Build/Compile
all install
endef
define Package/libnet/install
define Package/libnet1/install
install -m0755 -d $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libnet.so.* $(1)/usr/lib/
endef
@ -114,4 +114,4 @@ define Build/UninstallDev
$(STAGING_DIR)/usr/lib/libnet.{a,so*}
endef
$(eval $(call BuildPackage,libnet))
$(eval $(call BuildPackage,libnet1))