wok-4.x view mysql-client/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents 5407406663a3
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mysql-client"
4 VERSION="5.1.54"
5 CATEGORY="office"
6 SHORT_DESC="SQL database system client files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mysql.com/"
9 WANTED="mysql"
10 DEPENDS="libmysqlclient zlib ncurses gcc-lib-base ncursesw"
11 PROVIDE="mysql_or_postgresql"
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 < $wanted_stuff/$PACKAGE.files-list
21 }