wok view postgresql-dev/receipt @ rev 6959

slitaz-i18n: remove depends to avoid big depends loop
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Oct 26 12:57:37 2010 +0200 (2010-10-26)
parents 8fd90285da5e
children 1d3e6ad05525
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-dev"
4 VERSION="9.0.1"
5 CATEGORY="development"
6 SHORT_DESC="SQL database system development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="readline ncurses zlib"
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 strip --strip-debug $fs/usr/lib/postgresql/*.a
20 }