wok-next annotate postgresql-client/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents e1defd13e80a
children 4048d48a47c1
rev   line source
pascal@1149 1 # SliTaz package receipt.
pascal@1149 2
pascal@1149 3 PACKAGE="postgresql-client"
pascal@14029 4 VERSION="9.2.3"
pascal@1423 5 CATEGORY="misc"
pascal@1149 6 SHORT_DESC="SQL database system client files."
pascal@1149 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="BSD"
slaxemulator@6570 9 WEB_SITE="http://www.postgresql.org/"
pascal@1149 10 WANTED="postgresql"
pascal@7823 11 PROVIDE="mysql_or_postgresql"
pascal@1149 12
pascal@15375 13 DEPENDS="libpostgresqlclient zlib ncurses readline"
pascal@15375 14
pascal@1149 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1149 16 genpkg_rules()
pascal@1149 17 {
pascal@1149 18 while read file; do
pascal@1149 19 dir=$(dirname $file)
pascal@1149 20 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@14029 21 cp -a $install$file $fs$file
slaxemulator@9700 22 done < $wanted_stuff/$PACKAGE.files-list
pascal@1149 23 }
pascal@1149 24