wok view postgresql-client/receipt @ rev 6961

xorg-server: add config dir
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Oct 26 13:15:37 2010 +0200 (2010-10-26)
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 }