wok view mysql-client/receipt @ rev 7321

Up: libwnck to 2.30.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 18 01:01:37 2010 +0000 (2010-11-18)
parents a4057596f3ef
children 8bcec1b4c9d6
line source
1 # SliTaz package receipt.
3 PACKAGE="mysql-client"
4 VERSION="5.1.52"
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 }