wok rev 1497

Up postgresql (8.3.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 13:09:01 2008 +0000 (2008-10-05)
parents f2ac2fef342c
children f86919dd94e7
files libpostgresqlclient/receipt postgresql-client/receipt postgresql-dev/receipt postgresql-doc/receipt postgresql/receipt
line diff
     1.1 --- a/libpostgresqlclient/receipt	Sun Oct 05 13:07:07 2008 +0000
     1.2 +++ b/libpostgresqlclient/receipt	Sun Oct 05 13:09:01 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libpostgresqlclient"
     1.7 -VERSION="8.3.3"
     1.8 +VERSION="8.3.4"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="SQL database system libraries."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/postgresql-client/receipt	Sun Oct 05 13:07:07 2008 +0000
     2.2 +++ b/postgresql-client/receipt	Sun Oct 05 13:09:01 2008 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="postgresql-client"
     2.7 -VERSION="8.3.3"
     2.8 +VERSION="8.3.4"
     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	Sun Oct 05 13:07:07 2008 +0000
     3.2 +++ b/postgresql-dev/receipt	Sun Oct 05 13:09:01 2008 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="postgresql-dev"
     3.7 -VERSION="8.3.3"
     3.8 +VERSION="8.3.4"
     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	Sun Oct 05 13:07:07 2008 +0000
     4.2 +++ b/postgresql-doc/receipt	Sun Oct 05 13:09:01 2008 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="postgresql-doc"
     4.7 -VERSION="8.3.3"
     4.8 +VERSION="8.3.4"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="SQL database system documentation"
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
     5.1 --- a/postgresql/receipt	Sun Oct 05 13:07:07 2008 +0000
     5.2 +++ b/postgresql/receipt	Sun Oct 05 13:09:01 2008 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="postgresql"
     5.7 -VERSION="8.3.3"
     5.8 +VERSION="8.3.4"
     5.9  CATEGORY="system"
    5.10  SHORT_DESC="SQL database system."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
    5.12 @@ -16,14 +16,14 @@
    5.13  {
    5.14  	cd $src
    5.15  	[ -d ../postgrpsql-$VERSION ] && cp -a ../postgrpsql-$VERSION/* .
    5.16 +	cp ../stuff/*.files-list .
    5.17  	./configure --prefix=/usr --infodir=/usr/share/info \
    5.18  	--sysconfdir=/etc --includedir=/usr/include/postgresql --with-gnu-ld \
    5.19  	--with-includes=/usr/include/readline --enable-integer-datetimes \
    5.20  	--enable-thread-safety --with-system-tzdata=/usr/share/zoneinfo \
    5.21 -	--libdir=/usr/lib/postgresql --mandir=/usr/share/man $CONFIGURE_ARGS
    5.22 -	make
    5.23 +	--libdir=/usr/lib/postgresql --mandir=/usr/share/man $CONFIGURE_ARGS &&
    5.24 +	make &&
    5.25  	make DESTDIR=$PWD/_pkg install
    5.26 -	cp ../stuff/*.files-list .
    5.27  }
    5.28  
    5.29  # Rules to gen a SliTaz package suitable for Tazpkg.