wok-next annotate postgresql-client/receipt @ rev 19714

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
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 }