wok annotate postgresql-doc/receipt @ rev 14653

Normalize LICENSE according to wok/licenses package (gpl part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 21:49:39 2013 +0200 (2013-06-04)
parents 5b21efe08bd3
children 51a1ebbda768
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"
slaxemulator@6570 8 WEB_SITE="http://www.postgresql.org/"
pascal@1149 9 WANTED="postgresql"
pascal@1149 10
pascal@1149 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1149 12 genpkg_rules()
pascal@1149 13 {
pascal@1283 14 mkdir -p $fs/usr/share
pascal@14029 15 cp -a $install/usr/share/doc $fs/usr/share
pascal@1149 16 }
pascal@1149 17