wok annotate mysql-client/receipt @ rev 3927

mirror-tools/mkpkgiso: do not install lighttpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 19 15:31:08 2009 +0200 (2009-08-19)
parents 4aa363a445f7
children 04c3d8c4b06b
rev   line source
pascal@1140 1 # SliTaz package receipt.
pascal@1140 2
pascal@1140 3 PACKAGE="mysql-client"
pankso@3359 4 VERSION="5.1.35"
pascal@1423 5 CATEGORY="misc"
pascal@1140 6 SHORT_DESC="SQL database system client files."
pascal@1140 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1140 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1140 9 WEB_SITE="http://www.mysql.com/"
pascal@1140 10 WANTED="mysql"
pascal@1140 11 DEPENDS="libmysqlclient zlib ncurses"
pascal@1140 12
pascal@1140 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1140 14 genpkg_rules()
pascal@1140 15 {
pascal@1140 16 while read file; do
pascal@1140 17 dir=$(dirname $file)
pascal@1140 18 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@1140 19 cp -a $_pkg$file $fs$file
pankso@3359 20 done < $WOK/$WANTED/stuff/$PACKAGE.files-list
pascal@1140 21 }