wok view postgresql-client/receipt @ rev 9774

bridge-utils: fix WGET_URL and clean
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 21:31:48 2011 +0200 (2011-05-11)
parents 0731792c3994
children 7c5937702175
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-client"
4 VERSION="9.0.3"
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"
11 PROVIDE="mysql_or_postgresql"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=$(dirname $file)
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $_pkg$file $fs$file
20 done < $wanted_stuff/$PACKAGE.files-list
21 }