wok view postgresql-client/receipt @ rev 7295

Up: pciutils to 3.1.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 00:05:39 2010 +0000 (2010-11-17)
parents d6700680fb11
children 8fcd5126133f
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-client"
4 VERSION="9.0.1"
5 CATEGORY="misc"
6 SHORT_DESC="SQL database system client files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.postgresql.org/"
9 DEPENDS="libpostgresqlclient zlib ncurses readline"
10 WANTED="postgresql"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 while read file; do
16 dir=$(dirname $file)
17 [ -d $fs$dir ] || mkdir -p $fs$dir
18 cp -a $_pkg$file $fs$file
19 done < $src/$PACKAGE.files-list
20 }