wok view mysql-client/receipt @ rev 6317

Fixed typo in ghostscript.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 17 02:20:38 2010 +0000 (2010-09-17)
parents 5b44af8c1257
children a4057596f3ef
line source
1 # SliTaz package receipt.
3 PACKAGE="mysql-client"
4 VERSION="5.1.50"
5 CATEGORY="office"
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 gcc-lib-base ncursesw"
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 < $WOK/$WANTED/stuff/$PACKAGE.files-list
21 }