wok view postgresql-dev/receipt @ rev 19194

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
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 }