wok-next view libpostgresqlclient/receipt @ rev 19819

gstreamer0: update for the new bison version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 29 12:09:11 2017 +0200 (2017-07-29)
parents 4048d48a47c1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libpostgresqlclient"
4 VERSION="9.5.4"
5 CATEGORY="misc"
6 SHORT_DESC="Advanced object-relational database management system (client libraries)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.postgresql.org/"
11 WANTED="postgresql"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 copy libpq.so*
17 }