wok-next diff postgresql-doc/receipt @ rev 19693

Add: gcr, oniguruma; remove: nano-doc; up: apr, fribidi, jasper, libgphoto2, libmtp, libunique, libwebp, nano, pcre, apr, apr-util, aspell*, glib-networking, gnutls, gsettings-desktop-schemas, gtk+, gtk+3, gvfs*, libexif, libfm, libgnutls, libmng, libraw, libsoup, libtasn1, libusb, libwebp, lxmenu-data, menu-cache, mysql, newt, p11-kit, pcre, popt, postgresql, slang, which
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 21 14:48:05 2017 +0300 (2017-04-21)
parents 51a1ebbda768
children f463de72afe3
line diff
     1.1 --- a/postgresql-doc/receipt	Fri Oct 18 19:43:55 2013 +0000
     1.2 +++ b/postgresql-doc/receipt	Fri Apr 21 14:48:05 2017 +0300
     1.3 @@ -1,18 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="postgresql-doc"
     1.7 -VERSION="9.2.3"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="SQL database system documentation"
    1.10 +VERSION="9.5.4"
    1.11 +CATEGORY="doc"
    1.12 +SHORT_DESC="Advanced object-relational database management system (documentation)"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 -WEB_SITE="http://www.postgresql.org/"
    1.16 +WEB_SITE="https://www.postgresql.org/"
    1.17 +
    1.18  WANTED="postgresql"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/share
    1.24 -	cp -a $install/usr/share/doc $fs/usr/share
    1.25 +	cook_copy_folders doc
    1.26  }
    1.27 -