wok-current annotate postgresql-client/receipt @ rev 6293
Added squashfs_lzma to kernel config. Added some more options to aufs in kernel. Added all missing modules into packages. Added scsi.patch to fix linux-headers scsi.h file to be compatible with glibc scsi.h. Up: aufs-utils to 20100916.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 16 13:04:44 2010 +0000 (2010-09-16) |
parents | 807ed3221739 |
children | d82443087752 |
rev | line source |
---|---|
pascal@1149 | 1 # SliTaz package receipt. |
pascal@1149 | 2 |
pascal@1149 | 3 PACKAGE="postgresql-client" |
erjo@4640 | 4 VERSION="8.3.9" |
pascal@1423 | 5 CATEGORY="misc" |
pascal@1149 | 6 SHORT_DESC="SQL database system client files." |
pascal@1149 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1149 | 8 WEB_SITE="http://www.pgsql.com/" |
pascal@1149 | 9 DEPENDS="libpostgresqlclient zlib ncurses readline" |
pascal@1149 | 10 WANTED="postgresql" |
pascal@1149 | 11 |
pascal@1149 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1149 | 13 genpkg_rules() |
pascal@1149 | 14 { |
pascal@1149 | 15 while read file; do |
pascal@1149 | 16 dir=$(dirname $file) |
pascal@1149 | 17 [ -d $fs$dir ] || mkdir -p $fs$dir |
pascal@1149 | 18 cp -a $_pkg$file $fs$file |
pascal@1149 | 19 done < $src/$PACKAGE.files-list |
pascal@1149 | 20 } |
pascal@1149 | 21 |