wok view postgresql-dev/receipt @ rev 20318

revert back to v4.4,since glib +gtk error :-( probably v4.6.3 would work, but cannot find it on dev server
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:19:35 2018 +0000 (2018-05-20)
parents e1defd13e80a
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-dev"
4 VERSION="9.2.3"
5 CATEGORY="development"
6 SHORT_DESC="SQL database system development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.postgresql.org/"
10 WANTED="postgresql"
12 DEPENDS="postgresql"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/postgresql $fs/usr/bin
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/bin/pg_config $fs/usr/bin
20 cp -a $install/usr/lib/postgresql/*a $fs/usr/lib/postgresql
21 }