wok-current view libpostgresqlclient/receipt @ rev 25728

Merge wok for both arch and few updates
author Stanislas Leduc <shann@slitaz.org>
date Thu Dec 05 08:39:45 2024 +0000 (9 months ago)
parents bfd1d974e88e
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 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 while read file; do
20 dir=$(dirname $file)
21 [ -d $fs$dir ] || mkdir -p $fs$dir
22 cp -a $install$file $fs$file
23 done < $wanted_stuff/$PACKAGE.files-list
24 ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5
25 }