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

get-vivaldi -> vivaldi. Update ldd runtime dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 31 12:04:50 2017 +0200 (2017-10-31)
parents 4048d48a47c1
children
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@19783 18 copy clusterdb createdb createlang createuser dropdb droplang \
al@19693 19 dropuser pg_dump pg_dumpall pg_restore psql reindexdb vacuumdb
pascal@1149 20 }