wok-4.x view libpostgresqlclient/receipt @ rev 1380

emacs: new upstream version 22.3
author Dominique Corbex <domcox@users.sourceforge.net>
date Sat Sep 13 22:42:13 2008 +0200 (2008-09-13)
parents
children 03a799424aaa
line source
1 # SliTaz package receipt.
3 PACKAGE="libpostgresqlclient"
4 VERSION="8.3.3"
5 CATEGORY="system"
6 SHORT_DESC="SQL database system libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.pgsql.com/"
9 WANTED="postgresql"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 while read file; do
15 dir=$(dirname $file)
16 [ -d $fs$dir ] || mkdir -p $fs$dir
17 cp -a $_pkg$file $fs$file
18 done < $src/$PACKAGE.files-list
19 }