wok view postgresql-client/receipt @ rev 8081
Bumped mesa.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 21 21:23:11 2011 +0000 (2011-01-21) |
parents | 8fcd5126133f |
children | a5f9cf2f6e4e |
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-client"
4 VERSION="9.0.2"
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 < $src/$PACKAGE.files-list
21 }