wok-stable diff libpostgresqlclient/receipt @ rev 1215

Add perdition (pop3/imap proxy)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 09 21:05:27 2008 +0000 (2008-08-09)
parents
children 03a799424aaa
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libpostgresqlclient/receipt	Sat Aug 09 21:05:27 2008 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libpostgresqlclient"
     1.7 +VERSION="8.3.3"
     1.8 +CATEGORY="system"
     1.9 +SHORT_DESC="SQL database system libraries."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://www.pgsql.com/"
    1.12 +WANTED="postgresql"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	while read file; do
    1.18 +		dir=$(dirname $file)
    1.19 +		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.20 +		cp -a $_pkg$file $fs$file
    1.21 +	done < $src/$PACKAGE.files-list
    1.22 +}
    1.23 +