wok-next view mysql-client/receipt @ rev 3348
Add optipng (Compress and optimize PNG images)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jun 11 16:38:41 2009 +0200 (2009-06-11) |
parents | 03a799424aaa |
children | 81ee74ea8ff4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="mysql-client"
4 VERSION="5.0.77"
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 }