wok view postgresql-client/receipt @ rev 9533

Fixed erlang softlinks in /usr/bin folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 08 03:22:58 2011 +0000 (2011-04-08)
parents a5f9cf2f6e4e
children d1768332cee0
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 < $WOK/$WANTED/stuff/$PACKAGE.files-list
21 }