change SECTION and CATEGORY to put packages in the right place, change PKG_BUILDDEPs to use package-name instead of source-name (seems to work best with WR sdk).

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4296 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2006-07-26 01:26:21 +00:00
parent 3ee2b9e761
commit a30ee1350a
17 changed files with 66 additions and 67 deletions

View File

@ -36,9 +36,9 @@ define Package/libpq
endef
define Package/pgsql-cli
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=libpq
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+libpq
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
DESCRIPTION:=Command Line Interface (CLI) to PostgreSQL databases.
URL:=http://www.postgresql.org/