X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fpostgresql%2FMakefile;h=00240d77f05f1a20297632f5a8c82fc763b47506;hb=293efb78310dd7ee6e69181aacf2146ac73b9cdb;hp=6c2362d9e0c58cb79c30ab37b40c8fbb1d157227;hpb=529a8fe5aceb90ec3b8890fd81bf64eb1f64916e;p=packages.git diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 6c2362d9e..00240d77f 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -31,28 +31,37 @@ define Package/libpq CATEGORY:=Libraries DEPENDS:=+zlib +libreadline +libncurses TITLE:=PostgreSQL client library - DESCRIPTION:=PostgreSQL client library. URL:=http://www.postgresql.org/ endef +define Package/libpq/description +PostgreSQL client library. +endef + define Package/pgsql-cli 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/ endef +define Package/pgsql-cli/description +Command Line Interface (CLI) to PostgreSQL databases. +endef + define Package/pgsql-server SECTION:=utils CATEGORY:=Utilities DEPENDS:=+libpq TITLE:=PostgreSQL databases Server - DESCRIPTION:=PostgreSQL databases Server. URL:=http://www.postgresql.org/ endef +define Package/pgsql-server/description +PostgreSQL databases Server. +endef + # Need a native ecpg ,pg_config, and zic for build define Build/Configure (cd $(PKG_BUILD_DIR); rm -f config.cache; \