wok view postgresql-dev/receipt @ rev 15375

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 18 19:43:55 2013 +0000 (2013-10-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 }