wok-current view postgresql-dev/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 (2 months ago)
parents a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-dev"
4 VERSION="12.18"
5 CATEGORY="development"
6 SHORT_DESC="SQL database system development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.postgresql.org/"
10 WANTED="postgresql"
12 DEPENDS="postgresql"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/postgresql $fs/usr/bin
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/bin/pg_config $fs/usr/bin
20 }