wok-next view postgresql-dev/receipt @ rev 20083

gst1-plugins-good: receipt v2
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 12:49:39 2017 +0200 (2017-10-25)
parents 4048d48a47c1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-dev"
4 VERSION="9.5.4"
5 CATEGORY="development"
6 SHORT_DESC="Advanced object-relational database management system (development files)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.postgresql.org/"
11 WANTED="postgresql"
12 DEPENDS="postgresql"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 copy *.h *.a *.pc pgxs/
18 }