Put libwrap into libs

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7605 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-13 17:18:26 +00:00
parent 07bd1bd060
commit e1dff601f0

View 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