wok-stable annotate postgresql-doc/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
parents 807ed3221739
children d82443087752
rev   line source
pascal@1149 1 # SliTaz package receipt.
pascal@1149 2
pascal@1149 3 PACKAGE="postgresql-doc"
erjo@4640 4 VERSION="8.3.9"
pascal@1423 5 CATEGORY="development"
pascal@1149 6 SHORT_DESC="SQL database system documentation"
pascal@1149 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1149 8 WEB_SITE="http://www.pgsql.com/"
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@1283 15 cp -a $_pkg/usr/doc $fs/usr/share
pascal@1149 16 }
pascal@1149 17