wok-next annotate postgresql-client/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
rev   line source
pascal@1149 1 # SliTaz package receipt.
pascal@1149 2
pascal@1149 3 PACKAGE="postgresql-client"
al@19693 4 VERSION="9.5.4"
pascal@1423 5 CATEGORY="misc"
al@19693 6 SHORT_DESC="Advanced object-relational database management system (client files)"
pascal@1149 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="BSD"
al@19693 9 WEB_SITE="https://www.postgresql.org/"
pascal@7823 10 PROVIDE="mysql_or_postgresql"
pascal@1149 11
al@19693 12 WANTED="postgresql"
pascal@15375 13 DEPENDS="libpostgresqlclient zlib ncurses readline"
pascal@15375 14
pascal@1149 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1149 16 genpkg_rules()
pascal@1149 17 {
al@19693 18 cook_copy_files clusterdb createdb createlang createuser dropdb droplang \
al@19693 19 dropuser pg_dump pg_dumpall pg_restore psql reindexdb vacuumdb
pascal@1149 20 }