wok-6.x rev 6969
Added postgresql to postgresql-dev depends. Removed zlib from postresql depends since postgresql-client depends on zlib.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 26 14:58:17 2010 +0000 (2010-10-26) |
parents | 0019585c9a1e |
children | 07e6c84aad04 |
files | postgresql-dev/receipt postgresql/receipt |
line diff
1.1 --- a/postgresql-dev/receipt Tue Oct 26 14:54:06 2010 +0000 1.2 +++ b/postgresql-dev/receipt Tue Oct 26 14:58:17 2010 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="SQL database system development files" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -DEPENDS="readline ncurses zlib" 1.8 +DEPENDS="postgresql" 1.9 WEB_SITE="http://www.postgresql.org/" 1.10 WANTED="postgresql" 1.11
2.1 --- a/postgresql/receipt Tue Oct 26 14:54:06 2010 +0000 2.2 +++ b/postgresql/receipt Tue Oct 26 14:58:17 2010 +0000 2.3 @@ -8,7 +8,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.5 WEB_SITE="http://www.postgresql.org/" 2.6 WGET_URL="http://wwwmaster.postgresql.org/redir/110/f/source/v$VERSION/$TARBALL" 2.7 -DEPENDS="postgresql-client zlib slitaz-base-files" 2.8 +DEPENDS="postgresql-client slitaz-base-files" 2.9 BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl libxslt" 2.10 CONFIG_FILES="/var/lib/pgsql/*.conf" 2.11 DATABASE_FILES="/var/lib/pgsql"