wok-6.x annotate postgresql-client/receipt @ rev 2689
Up: xorg-xproto (7.0.11)
author | Mallory MOLLO <mallory@skyrock.com> |
---|---|
date | Wed Apr 22 17:48:10 2009 +0200 (2009-04-22) |
parents | 03a799424aaa |
children | 807ed3221739 |
rev | line source |
---|---|
pascal@1149 | 1 # SliTaz package receipt. |
pascal@1149 | 2 |
pascal@1149 | 3 PACKAGE="postgresql-client" |
pascal@1497 | 4 VERSION="8.3.4" |
pascal@1423 | 5 CATEGORY="misc" |
pascal@1149 | 6 SHORT_DESC="SQL database system client files." |
pascal@1149 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1149 | 8 WEB_SITE="http://www.pgsql.com/" |
pascal@1149 | 9 DEPENDS="libpostgresqlclient zlib ncurses readline" |
pascal@1149 | 10 WANTED="postgresql" |
pascal@1149 | 11 |
pascal@1149 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1149 | 13 genpkg_rules() |
pascal@1149 | 14 { |
pascal@1149 | 15 while read file; do |
pascal@1149 | 16 dir=$(dirname $file) |
pascal@1149 | 17 [ -d $fs$dir ] || mkdir -p $fs$dir |
pascal@1149 | 18 cp -a $_pkg$file $fs$file |
pascal@1149 | 19 done < $src/$PACKAGE.files-list |
pascal@1149 | 20 } |
pascal@1149 | 21 |