wok annotate postgresql-client/receipt @ rev 2775

Up: postgresql (8.3.7) [security update]
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:46:59 2009 +0200 (2009-04-27)
parents ce324408f6ba
children d6700680fb11
rev   line source
pascal@1149 1 # SliTaz package receipt.
pascal@1149 2
pascal@1149 3 PACKAGE="postgresql-client"
pascal@2775 4 VERSION="8.3.7"
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