wok view libpostgresqlclient/receipt @ rev 22806

updated get-algobox (1.00 -> 1.01)
author Hans-G?nter Theisgen
date Tue Jan 28 15:57:03 2020 +0100 (2020-01-28)
parents e2ec3520cf88
children
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="https://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 }