wok-backports diff mariadb-client/receipt @ rev 55

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:46:33 2019 +0100 (2019-02-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mariadb-client/receipt	Wed Feb 27 17:46:33 2019 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mariadb-client"
     1.7 +VERSION="10.0.11"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="SQL database system client files."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://mariadb.org/"
    1.13 +WANTED="mariadb"
    1.14 +DEPENDS="libmariadbclient zlib ncurses gcc-lib-base ncursesw"
    1.15 +PROVIDE="mysql_or_postgresql mysql-client"
    1.16 +
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	while read file; do
    1.22 +		dir=$(dirname $file)
    1.23 +		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.24 +		cp -a $install$file $fs$file
    1.25 +	done < $wanted_stuff/$PACKAGE.files-list
    1.26 +}