wok view mysql-client/receipt @ rev 19713

Up: netsurf (3.6) - Getting better but not ready for default on slitaz!
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 15 20:21:32 2017 +0100 (2017-02-15)
parents 96e4513829cd
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="mysql-client"
4 VERSION="5.5.27"
5 CATEGORY="office"
6 SHORT_DESC="SQL database system client files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.mysql.com/"
10 WANTED="mysql"
11 PROVIDE="mysql_or_postgresql"
13 DEPENDS="libmysqlclient zlib ncurses gcc-lib-base ncursesw"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 while read file; do
19 dir=$(dirname $file)
20 [ -d $fs$dir ] || mkdir -p $fs$dir
21 cp -a $install$file $fs$file
22 done < $wanted_stuff/$PACKAGE.files-list
23 }