wok-current view postgresql-doc/receipt @ rev 22927

updated hdf5 and hdf5-dev (1.10.4 -> 1.10.6)
author Hans-G?nter Theisgen
date Wed Feb 26 15:03:15 2020 +0100 (2020-02-26)
parents 51a1ebbda768
children bfd1d974e88e
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-doc"
4 VERSION="9.2.3"
5 CATEGORY="development"
6 SHORT_DESC="SQL database system documentation"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.postgresql.org/"
10 WANTED="postgresql"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/doc $fs/usr/share
17 }