wok view mysql-client/receipt @ rev 22033

Add fs-uae
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 21 10:33:44 2019 +0300 (2019-10-21)
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 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 }