wok annotate postgresql-client/receipt @ rev 6057

putty: Upgrade to 0.60-2010-08-03
author Matthew Sheets <rcx@zoominternet.net>
date Thu Aug 19 21:53:57 2010 +0000 (2010-08-19)
parents 807ed3221739
children d82443087752
rev   line source
pascal@1149 1 # SliTaz package receipt.
pascal@1149 2
pascal@1149 3 PACKAGE="postgresql-client"
erjo@4640 4 VERSION="8.3.9"
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