wok view postgresql-dev/receipt @ rev 17979

mtpaint: view external using GPicView, print image using Yad, view documentation online using TazWeb.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 18 17:02:44 2015 +0300 (2015-04-18)
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 }