# HG changeset patch # User Pascal Bellard # Date 1361178938 -3600 # Node ID e1defd13e80af6049485ff7b6751c12abe295d25 # Parent 4371e2f990885c05181796610b927a428617a8b2 Up postgresql (9.2.3) diff -r 4371e2f99088 -r e1defd13e80a libpostgresqlclient/receipt --- a/libpostgresqlclient/receipt Mon Feb 18 10:10:03 2013 +0100 +++ b/libpostgresqlclient/receipt Mon Feb 18 10:15:38 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libpostgresqlclient" -VERSION="9.1.2" +VERSION="9.2.3" CATEGORY="misc" SHORT_DESC="SQL database system libraries." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,7 +14,7 @@ while read file; do dir=$(dirname $file) [ -d $fs$dir ] || mkdir -p $fs$dir - cp -a $_pkg$file $fs$file + cp -a $install$file $fs$file done < $wanted_stuff/$PACKAGE.files-list ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5 } diff -r 4371e2f99088 -r e1defd13e80a postgresql-client/receipt --- a/postgresql-client/receipt Mon Feb 18 10:10:03 2013 +0100 +++ b/postgresql-client/receipt Mon Feb 18 10:15:38 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql-client" -VERSION="9.1.2" +VERSION="9.2.3" CATEGORY="misc" SHORT_DESC="SQL database system client files." MAINTAINER="pascal.bellard@slitaz.org" @@ -16,7 +16,7 @@ while read file; do dir=$(dirname $file) [ -d $fs$dir ] || mkdir -p $fs$dir - cp -a $_pkg$file $fs$file + cp -a $install$file $fs$file done < $wanted_stuff/$PACKAGE.files-list } diff -r 4371e2f99088 -r e1defd13e80a postgresql-dev/receipt --- a/postgresql-dev/receipt Mon Feb 18 10:10:03 2013 +0100 +++ b/postgresql-dev/receipt Mon Feb 18 10:15:38 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql-dev" -VERSION="9.1.2" +VERSION="9.2.3" CATEGORY="development" SHORT_DESC="SQL database system development files" MAINTAINER="pascal.bellard@slitaz.org" @@ -13,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib/postgresql $fs/usr/bin - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/bin/pg_config $fs/usr/bin - cp -a $_pkg/usr/lib/postgresql/*a $fs/usr/lib/postgresql + cp -a $install/usr/include $fs/usr + cp -a $install/usr/bin/pg_config $fs/usr/bin + cp -a $install/usr/lib/postgresql/*a $fs/usr/lib/postgresql } diff -r 4371e2f99088 -r e1defd13e80a postgresql-doc/receipt --- a/postgresql-doc/receipt Mon Feb 18 10:10:03 2013 +0100 +++ b/postgresql-doc/receipt Mon Feb 18 10:15:38 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql-doc" -VERSION="9.1.2" +VERSION="9.2.3" CATEGORY="development" SHORT_DESC="SQL database system documentation" MAINTAINER="pascal.bellard@slitaz.org" @@ -12,6 +12,6 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/doc $fs/usr/share + cp -a $install/usr/share/doc $fs/usr/share } diff -r 4371e2f99088 -r e1defd13e80a postgresql/receipt --- a/postgresql/receipt Mon Feb 18 10:10:03 2013 +0100 +++ b/postgresql/receipt Mon Feb 18 10:15:38 2013 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql" -VERSION="9.1.2" +VERSION="9.2.3" CATEGORY="misc" SHORT_DESC="SQL database system." MAINTAINER="pascal.bellard@slitaz.org"