wok-next view libpostgresqlclient/receipt @ rev 18380

nginx-extras: update (b)deps
author Yuri Pourre <yuripourre@gmail.com>
date Thu Sep 17 18:12:30 2015 -0300 (2015-09-17)
parents e1defd13e80a
children 4048d48a47c1
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 }