# SliTaz package receipt.

PACKAGE="postgresql-client"
VERSION="9.1.2"
CATEGORY="misc"
SHORT_DESC="SQL database system client files."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://www.postgresql.org/"
DEPENDS="libpostgresqlclient zlib ncurses readline"
WANTED="postgresql"
PROVIDE="mysql_or_postgresql"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	while read file; do
		dir=$(dirname $file)
		[ -d $fs$dir ] || mkdir -p $fs$dir
		cp -a $_pkg$file $fs$file
	done < $wanted_stuff/$PACKAGE.files-list
}