wok view libpostgresqlclient/receipt @ rev 16818

Up libffi (3.1); stabilize glib (2.40.0).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 11 10:11:07 2014 +0300 (2014-07-11)
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 }