wok view libpostgresqlclient/receipt @ rev 17854

Up: slitaz-boot-scripts (5.7.1)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 25 00:32:22 2015 +0200 (2015-03-25)
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 }