wok view mysql-client/receipt @ rev 2206

cups: up to 13.9, fix web interface and dependencies
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 10 16:37:43 2009 +0100 (2009-02-10)
parents 91e8a40cf500
children 4aa363a445f7
line source
1 # SliTaz package receipt.
3 PACKAGE="mysql-client"
4 VERSION="5.0.51b"
5 CATEGORY="misc"
6 SHORT_DESC="SQL database system client files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.mysql.com/"
10 WANTED="mysql"
11 DEPENDS="libmysqlclient zlib ncurses"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=$(dirname $file)
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $_pkg$file $fs$file
20 done < $src/$PACKAGE.files-list
21 }