more package submenus

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9352 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-10-18 19:13:05 +00:00
parent 15566b24f2
commit 62d28a7d89
5 changed files with 7 additions and 1 deletions

View File

@ -31,6 +31,7 @@ define Package/libpq
DEPENDS:=+zlib +libreadline +libncurses
TITLE:=PostgreSQL client library
URL:=http://www.postgresql.org/
SUBMENU:=database
endef
define Package/libpq/description
@ -43,6 +44,7 @@ define Package/pgsql-cli
DEPENDS:=+libpq
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
URL:=http://www.postgresql.org/
SUBMENU:=database
endef
define Package/pgsql-cli/description
@ -55,6 +57,7 @@ define Package/pgsql-server
DEPENDS:=+libpq
TITLE:=PostgreSQL databases Server
URL:=http://www.postgresql.org/
SUBMENU:=database
endef
define Package/pgsql-server/description