wok view mysql-client/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
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 }