wok-current view postgresql-client/receipt @ rev 25765
Fix config_files for xorg-xf86-input-evdev and xorg-xf86-input-synaptics
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Apr 02 12:28:44 2025 +0000 (3 months ago) |
parents | bfd1d974e88e |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-client"
4 VERSION="12.18"
5 CATEGORY="misc"
6 SHORT_DESC="SQL database system client files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.postgresql.org/"
10 WANTED="postgresql"
11 PROVIDE="mysql_or_postgresql"
13 DEPENDS="libpostgresqlclient zlib ncurses readline"
15 HOST_ARCH="i486 x86_64"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 while read file; do
21 dir=$(dirname $file)
22 [ -d $fs$dir ] || mkdir -p $fs$dir
23 cp -a $install$file $fs$file
24 done < $wanted_stuff/$PACKAGE.files-list
25 }