Put libwrap into libs
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Jun 2007 17:18:26 +0000 (17:18 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Jun 2007 17:18:26 +0000 (17:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7605 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/tcp_wrappers/Makefile

index 3425fa8..aaecd53 100644 (file)
@@ -22,8 +22,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION)
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libwrap
-  SECTION:=net
-  CATEGORY:=Network
+  SECTION:=libs
+  CATEGORY:=Libraries
   TITLE:=Security wrapper library for TCP services
   URL:=ftp://ftp.porcupine.org/pub/security/index.html
 endef