wok-6.x rev 4641
Up: postgresql-dev (8.3.9) + add pg_config
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Dec 26 10:33:13 2009 +0100 (2009-12-26) |
parents | d6700680fb11 |
children | e02c446857a6 |
files | postgresql-dev/receipt |
line diff
1.1 --- a/postgresql-dev/receipt Sat Dec 26 10:32:30 2009 +0100 1.2 +++ b/postgresql-dev/receipt Sat Dec 26 10:33:13 2009 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postgresql-dev" 1.7 -VERSION="8.3.7" 1.8 +VERSION="8.3.9" 1.9 CATEGORY="development" 1.10 SHORT_DESC="SQL database system development files" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -11,8 +11,9 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib/postgresql 1.17 + mkdir -p $fs/usr/lib/postgresql $fs/usr/bin 1.18 cp -a $_pkg/usr/include $fs/usr 1.19 + cp -a $_pkg/usr/bin/pg_config $fs/usr/bin 1.20 cp -a $_pkg/usr/lib/postgresql/*a $fs/usr/lib/postgresql 1.21 strip --strip-debug $fs/usr/lib/postgresql/*.a 1.22 }