wok annotate postgresql-client/receipt @ rev 1335

Add krb5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 31 11:58:29 2008 +0000 (2008-08-31)
parents
children 03a799424aaa
rev   line source
pascal@1149 1 # SliTaz package receipt.
pascal@1149 2
pascal@1149 3 PACKAGE="postgresql-client"
pascal@1149 4 VERSION="8.3.3"
pascal@1149 5 CATEGORY="system"
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