wok annotate postgresql-doc/receipt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents 51a1ebbda768
children
rev   line source
pascal@1149 1 # SliTaz package receipt.
pascal@1149 2
pascal@1149 3 PACKAGE="postgresql-doc"
pascal@14029 4 VERSION="9.2.3"
pascal@1423 5 CATEGORY="development"
pascal@1149 6 SHORT_DESC="SQL database system documentation"
pascal@1149 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="BSD"
pascal@20669 9 WEB_SITE="https://www.postgresql.org/"
pascal@1149 10 WANTED="postgresql"
pascal@1149 11
pascal@1149 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1149 13 genpkg_rules()
pascal@1149 14 {
pascal@1283 15 mkdir -p $fs/usr/share
pascal@14029 16 cp -a $install/usr/share/doc $fs/usr/share
pascal@1149 17 }
pascal@1149 18