wok-next view postgresql-doc/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 51a1ebbda768
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-doc"
4 VERSION="9.5.4"
5 CATEGORY="doc"
6 SHORT_DESC="Advanced object-relational database management system (documentation)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.postgresql.org/"
11 WANTED="postgresql"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 cook_copy_folders doc
17 }