wok view libpostgresqlclient/receipt @ rev 17710

Up inkscape (0.91) thanks to Joshida
author Yuri Pourre <yuripourre@gmail.com>
date Tue Mar 03 23:28:10 2015 -0300 (2015-03-03)
parents e1defd13e80a
children e2ec3520cf88
line source
1 # SliTaz package receipt.
3 PACKAGE="libpostgresqlclient"
4 VERSION="9.2.3"
5 CATEGORY="misc"
6 SHORT_DESC="SQL database system libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.postgresql.org/"
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 $install$file $fs$file
19 done < $wanted_stuff/$PACKAGE.files-list
20 ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5
21 }