wok view libpostgresqlclient/receipt @ rev 2212

Add dbus-python (used by hplip)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 11 17:31:38 2009 +0100 (2009-02-11)
parents ce324408f6ba
children 807ed3221739
line source
1 # SliTaz package receipt.
3 PACKAGE="libpostgresqlclient"
4 VERSION="8.3.4"
5 CATEGORY="misc"
6 SHORT_DESC="SQL database system libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.pgsql.com/"
9 WANTED="postgresql"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 while read file; do
15 dir=$(dirname $file)
16 [ -d $fs$dir ] || mkdir -p $fs$dir
17 cp -a $_pkg$file $fs$file
18 done < $src/$PACKAGE.files-list
19 ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5
20 }