wok-current rev 11412
Up: postgresql to 9.1.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Dec 10 21:31:55 2011 +0000 (2011-12-10) |
parents | 50f2074fd68b |
children | 068c389c7e86 |
files | libpostgresqlclient/receipt postgresql-client/receipt postgresql-dev/receipt postgresql-doc/receipt postgresql/receipt postgresql/stuff/libpostgresqlclient.files-list |
line diff
1.1 --- a/libpostgresqlclient/receipt Sat Dec 10 21:23:02 2011 +0000 1.2 +++ b/libpostgresqlclient/receipt Sat Dec 10 21:31:55 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libpostgresqlclient" 1.7 -VERSION="9.0.4" 1.8 +VERSION="9.1.2" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="SQL database system libraries." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -15,7 +15,7 @@ 1.13 dir=$(dirname $file) 1.14 [ -d $fs$dir ] || mkdir -p $fs$dir 1.15 cp -a $_pkg$file $fs$file 1.16 - done < $WOK/$WANTED/stuff/$PACKAGE.files-list 1.17 + done < $wanted_stuff/$PACKAGE.files-list 1.18 ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5 1.19 } 1.20
2.1 --- a/postgresql-client/receipt Sat Dec 10 21:23:02 2011 +0000 2.2 +++ b/postgresql-client/receipt Sat Dec 10 21:31:55 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="postgresql-client" 2.7 -VERSION="9.0.4" 2.8 +VERSION="9.1.2" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="SQL database system client files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/postgresql-dev/receipt Sat Dec 10 21:23:02 2011 +0000 3.2 +++ b/postgresql-dev/receipt Sat Dec 10 21:31:55 2011 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="postgresql-dev" 3.7 -VERSION="9.0.4" 3.8 +VERSION="9.1.2" 3.9 CATEGORY="development" 3.10 SHORT_DESC="SQL database system development files" 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/postgresql-doc/receipt Sat Dec 10 21:23:02 2011 +0000 4.2 +++ b/postgresql-doc/receipt Sat Dec 10 21:31:55 2011 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="postgresql-doc" 4.7 -VERSION="9.0.4" 4.8 +VERSION="9.1.2" 4.9 CATEGORY="development" 4.10 SHORT_DESC="SQL database system documentation" 4.11 MAINTAINER="pascal.bellard@slitaz.org"
5.1 --- a/postgresql/receipt Sat Dec 10 21:23:02 2011 +0000 5.2 +++ b/postgresql/receipt Sat Dec 10 21:31:55 2011 +0000 5.3 @@ -1,13 +1,13 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="postgresql" 5.7 -VERSION="9.0.4" 5.8 +VERSION="9.1.2" 5.9 CATEGORY="misc" 5.10 SHORT_DESC="SQL database system." 5.11 MAINTAINER="pascal.bellard@slitaz.org" 5.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.13 WEB_SITE="http://www.postgresql.org/" 5.14 -WGET_URL="http://wwwmaster.postgresql.org/redir/110/f/source/v$VERSION/$TARBALL" 5.15 +WGET_URL="ftp://ftp.postgresql.org/pub/source/v$VERSION/$TARBALL" 5.16 DEPENDS="postgresql-client slitaz-base-files" 5.17 BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl libxslt" 5.18 CONFIG_FILES="/var/lib/pgsql/*.conf" 5.19 @@ -26,8 +26,8 @@ 5.20 --libdir=/usr/lib/postgresql --mandir=/usr/share/man \ 5.21 $CONFIGURE_ARGS && 5.22 make && 5.23 - make DESTDIR=$PWD/_pkg install 5.24 - make -C doc/src/sgml DESTDIR=$PWD/_pkg install-html 5.25 + make DESTDIR=$DESTDIR install 5.26 + make -C doc/src/sgml DESTDIR=$DESTDIR install-html 5.27 } 5.28 5.29 # Rules to gen a SliTaz package suitable for Tazpkg.
6.1 --- a/postgresql/stuff/libpostgresqlclient.files-list Sat Dec 10 21:23:02 2011 +0000 6.2 +++ b/postgresql/stuff/libpostgresqlclient.files-list Sat Dec 10 21:31:55 2011 +0000 6.3 @@ -1,3 +1,3 @@ 6.4 /usr/lib/postgresql/libpq.so 6.5 /usr/lib/postgresql/libpq.so.5 6.6 -/usr/lib/postgresql/libpq.so.5.3 6.7 +/usr/lib/postgresql/libpq.so.5.4