wok-next view postgresql-client/receipt @ rev 20043

gdb: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 21:23:15 2017 +0200 (2017-10-22)
parents 4048d48a47c1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-client"
4 VERSION="9.5.4"
5 CATEGORY="misc"
6 SHORT_DESC="Advanced object-relational database management system (client files)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.postgresql.org/"
10 PROVIDE="mysql_or_postgresql"
12 WANTED="postgresql"
13 DEPENDS="libpostgresqlclient zlib ncurses readline"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 copy clusterdb createdb createlang createuser dropdb droplang \
19 dropuser pg_dump pg_dumpall pg_restore psql reindexdb vacuumdb
20 }