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

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents 51a1ebbda768
children f463de72afe3
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 cook_copy_files clusterdb createdb createlang createuser dropdb droplang \
19 dropuser pg_dump pg_dumpall pg_restore psql reindexdb vacuumdb
20 }