wok-next view mysql-client/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents 408c87fa22ca
children
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="https://www.mysql.com/"
10 PROVIDE="mysql_or_postgresql"
12 WANTED="mysql"
13 DEPENDS="libmysqlclient libcrypto libssl ncurses zlib"
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 }