wok-current view libpostgresqlclient/receipt @ rev 20390
broadcom-wl: update 3.14.0.patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 23 13:39:05 2018 +0200 (2018-06-23) |
parents | 51a1ebbda768 |
children | a78610b2eb47 |
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 DEPENDS="libboost-chrono libboost-date-time mpfr"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 while read file; do
18 dir=$(dirname $file)
19 [ -d $fs$dir ] || mkdir -p $fs$dir
20 cp -a $install$file $fs$file
21 done < $wanted_stuff/$PACKAGE.files-list
22 ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5
23 }