wok view postgresql-dev/receipt @ rev 10264

Up: gnustep-base to 1.22.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 04:46:16 2011 +0000 (2011-05-21)
parents 02bbaa9d12ba
children 5b21efe08bd3
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-dev"
4 VERSION="9.0.4"
5 CATEGORY="development"
6 SHORT_DESC="SQL database system development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="postgresql"
9 WEB_SITE="http://www.postgresql.org/"
10 WANTED="postgresql"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/postgresql $fs/usr/bin
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/bin/pg_config $fs/usr/bin
18 cp -a $_pkg/usr/lib/postgresql/*a $fs/usr/lib/postgresql
19 }