wok-current diff postgresql-client/receipt @ rev 1197
iFix: Typo in php.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Aug 07 22:25:15 2008 +0200 (2008-08-07) |
parents | |
children | 03a799424aaa |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/postgresql-client/receipt Thu Aug 07 22:25:15 2008 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="postgresql-client" 1.7 +VERSION="8.3.3" 1.8 +CATEGORY="system" 1.9 +SHORT_DESC="SQL database system client files." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://www.pgsql.com/" 1.12 +DEPENDS="libpostgresqlclient zlib ncurses readline" 1.13 +WANTED="postgresql" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + while read file; do 1.19 + dir=$(dirname $file) 1.20 + [ -d $fs$dir ] || mkdir -p $fs$dir 1.21 + cp -a $_pkg$file $fs$file 1.22 + done < $src/$PACKAGE.files-list 1.23 +} 1.24 +