# HG changeset patch # User Pascal Bellard # Date 1223212141 0 # Node ID ce324408f6ba78e5b2cb2510e505d7dbf60612ec # Parent f2ac2fef342c3c4c6bb0406c7b70ff977dfa2491 Up postgresql (8.3.4) diff -r f2ac2fef342c -r ce324408f6ba libpostgresqlclient/receipt --- a/libpostgresqlclient/receipt Sun Oct 05 13:07:07 2008 +0000 +++ b/libpostgresqlclient/receipt Sun Oct 05 13:09:01 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libpostgresqlclient" -VERSION="8.3.3" +VERSION="8.3.4" CATEGORY="misc" SHORT_DESC="SQL database system libraries." MAINTAINER="pascal.bellard@slitaz.org" diff -r f2ac2fef342c -r ce324408f6ba postgresql-client/receipt --- a/postgresql-client/receipt Sun Oct 05 13:07:07 2008 +0000 +++ b/postgresql-client/receipt Sun Oct 05 13:09:01 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql-client" -VERSION="8.3.3" +VERSION="8.3.4" CATEGORY="misc" SHORT_DESC="SQL database system client files." MAINTAINER="pascal.bellard@slitaz.org" diff -r f2ac2fef342c -r ce324408f6ba postgresql-dev/receipt --- a/postgresql-dev/receipt Sun Oct 05 13:07:07 2008 +0000 +++ b/postgresql-dev/receipt Sun Oct 05 13:09:01 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql-dev" -VERSION="8.3.3" +VERSION="8.3.4" CATEGORY="development" SHORT_DESC="SQL database system development files" MAINTAINER="pascal.bellard@slitaz.org" diff -r f2ac2fef342c -r ce324408f6ba postgresql-doc/receipt --- a/postgresql-doc/receipt Sun Oct 05 13:07:07 2008 +0000 +++ b/postgresql-doc/receipt Sun Oct 05 13:09:01 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql-doc" -VERSION="8.3.3" +VERSION="8.3.4" CATEGORY="development" SHORT_DESC="SQL database system documentation" MAINTAINER="pascal.bellard@slitaz.org" diff -r f2ac2fef342c -r ce324408f6ba postgresql/receipt --- a/postgresql/receipt Sun Oct 05 13:07:07 2008 +0000 +++ b/postgresql/receipt Sun Oct 05 13:09:01 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql" -VERSION="8.3.3" +VERSION="8.3.4" CATEGORY="system" SHORT_DESC="SQL database system." MAINTAINER="pascal.bellard@slitaz.org" @@ -16,14 +16,14 @@ { cd $src [ -d ../postgrpsql-$VERSION ] && cp -a ../postgrpsql-$VERSION/* . + cp ../stuff/*.files-list . ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --includedir=/usr/include/postgresql --with-gnu-ld \ --with-includes=/usr/include/readline --enable-integer-datetimes \ --enable-thread-safety --with-system-tzdata=/usr/share/zoneinfo \ - --libdir=/usr/lib/postgresql --mandir=/usr/share/man $CONFIGURE_ARGS - make + --libdir=/usr/lib/postgresql --mandir=/usr/share/man $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install - cp ../stuff/*.files-list . } # Rules to gen a SliTaz package suitable for Tazpkg.