wok annotate postgresql-client/receipt @ rev 17207

pcmanfm: don`t duplicate libfm.so in binary
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 09 19:52:41 2014 +0200 (2014-10-09)
parents e1defd13e80a
children a78610b2eb47
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