wok-6.x annotate libpostgresqlclient/receipt @ rev 1149
Add postgresql
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 26 14:23:50 2008 +0000 (2008-07-26) |
parents | |
children | 03a799424aaa |
rev | line source |
---|---|
pascal@1149 | 1 # SliTaz package receipt. |
pascal@1149 | 2 |
pascal@1149 | 3 PACKAGE="libpostgresqlclient" |
pascal@1149 | 4 VERSION="8.3.3" |
pascal@1149 | 5 CATEGORY="system" |
pascal@1149 | 6 SHORT_DESC="SQL database system libraries." |
pascal@1149 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1149 | 8 WEB_SITE="http://www.pgsql.com/" |
pascal@1149 | 9 WANTED="postgresql" |
pascal@1149 | 10 |
pascal@1149 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1149 | 12 genpkg_rules() |
pascal@1149 | 13 { |
pascal@1149 | 14 while read file; do |
pascal@1149 | 15 dir=$(dirname $file) |
pascal@1149 | 16 [ -d $fs$dir ] || mkdir -p $fs$dir |
pascal@1149 | 17 cp -a $_pkg$file $fs$file |
pascal@1149 | 18 done < $src/$PACKAGE.files-list |
pascal@1149 | 19 } |
pascal@1149 | 20 |