wok rev 14029

Up postgresql (9.2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 10:15:38 2013 +0100 (2013-02-18)
parents 4371e2f99088
children 43000dd3196f
files libpostgresqlclient/receipt postgresql-client/receipt postgresql-dev/receipt postgresql-doc/receipt postgresql/receipt
line diff
     1.1 --- a/libpostgresqlclient/receipt	Mon Feb 18 10:10:03 2013 +0100
     1.2 +++ b/libpostgresqlclient/receipt	Mon Feb 18 10:15:38 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libpostgresqlclient"
     1.7 -VERSION="9.1.2"
     1.8 +VERSION="9.2.3"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="SQL database system libraries."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,7 +14,7 @@
    1.13  	while read file; do
    1.14  		dir=$(dirname $file)
    1.15  		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.16 -		cp -a $_pkg$file $fs$file
    1.17 +		cp -a $install$file $fs$file
    1.18  	done < $wanted_stuff/$PACKAGE.files-list
    1.19  	ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5
    1.20  }
     2.1 --- a/postgresql-client/receipt	Mon Feb 18 10:10:03 2013 +0100
     2.2 +++ b/postgresql-client/receipt	Mon Feb 18 10:15:38 2013 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="postgresql-client"
     2.7 -VERSION="9.1.2"
     2.8 +VERSION="9.2.3"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="SQL database system client files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -16,7 +16,7 @@
    2.13  	while read file; do
    2.14  		dir=$(dirname $file)
    2.15  		[ -d $fs$dir ] || mkdir -p $fs$dir
    2.16 -		cp -a $_pkg$file $fs$file
    2.17 +		cp -a $install$file $fs$file
    2.18  	done < $wanted_stuff/$PACKAGE.files-list
    2.19  }
    2.20  
     3.1 --- a/postgresql-dev/receipt	Mon Feb 18 10:10:03 2013 +0100
     3.2 +++ b/postgresql-dev/receipt	Mon Feb 18 10:15:38 2013 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="postgresql-dev"
     3.7 -VERSION="9.1.2"
     3.8 +VERSION="9.2.3"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="SQL database system development files"
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -13,8 +13,8 @@
    3.13  genpkg_rules()
    3.14  {
    3.15  	mkdir -p $fs/usr/lib/postgresql $fs/usr/bin
    3.16 -	cp -a $_pkg/usr/include $fs/usr
    3.17 -	cp -a $_pkg/usr/bin/pg_config $fs/usr/bin
    3.18 -	cp -a $_pkg/usr/lib/postgresql/*a $fs/usr/lib/postgresql
    3.19 +	cp -a $install/usr/include $fs/usr
    3.20 +	cp -a $install/usr/bin/pg_config $fs/usr/bin
    3.21 +	cp -a $install/usr/lib/postgresql/*a $fs/usr/lib/postgresql
    3.22  }
    3.23  
     4.1 --- a/postgresql-doc/receipt	Mon Feb 18 10:10:03 2013 +0100
     4.2 +++ b/postgresql-doc/receipt	Mon Feb 18 10:15:38 2013 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="postgresql-doc"
     4.7 -VERSION="9.1.2"
     4.8 +VERSION="9.2.3"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="SQL database system documentation"
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12 @@ -12,6 +12,6 @@
    4.13  genpkg_rules()
    4.14  {
    4.15  	mkdir -p $fs/usr/share
    4.16 -	cp -a $_pkg/usr/share/doc $fs/usr/share
    4.17 +	cp -a $install/usr/share/doc $fs/usr/share
    4.18  }
    4.19  
     5.1 --- a/postgresql/receipt	Mon Feb 18 10:10:03 2013 +0100
     5.2 +++ b/postgresql/receipt	Mon Feb 18 10:15:38 2013 +0100
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="postgresql"
     5.7 -VERSION="9.1.2"
     5.8 +VERSION="9.2.3"
     5.9  CATEGORY="misc"
    5.10  SHORT_DESC="SQL database system."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"