wok annotate postgresql-doc/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
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