Category reorganization

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9020 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli 2007-09-25 18:22:38 +00:00
parent 8f5fa0c51a
commit 474a5591f9
5 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/cmdftp
SUBMENU:=FTP
SECTION:=net
CATEGORY:=Network
TITLE:=cmdftp is a tiny command line FTP client for Unix systems

View File

@ -23,6 +23,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/pure-ftpd
SUBMENU:=FTP
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libelf

View File

@ -19,6 +19,7 @@ PKG_MD5SUM:=146062e8b2f93af43ff6c2c770feea94
include $(INCLUDE_DIR)/package.mk
define Package/vsftpd
SUBMENU:=FTP
SECTION:=net
CATEGORY:=Network
TITLE:=A fast and secure FTP server

View File

@ -22,6 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
define Package/wput
SUBMENU:=FTP
SECTION:=net
CATEGORY:=Network
TITLE:=A wget-like command-line FTP client

View File

@ -22,6 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/yafc
SUBMENU:=FTP
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libncurses +libreadline