wok-current view libpostgresqlclient/receipt @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (8 weeks ago)
parents a78610b2eb47
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libpostgresqlclient"
4 VERSION="12.18"
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 }