wok annotate mariadb-client/receipt @ rev 19077

syslinux/iso2exe.sh: fix -f
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 25 10:51:04 2016 +0200 (2016-04-25)
parents 2b545d56eedc
children b56b38cfd475
rev   line source
erjo@13054 1 # SliTaz package receipt.
erjo@13054 2
erjo@13054 3 PACKAGE="mariadb-client"
erjo@16731 4 VERSION="10.0.11"
erjo@13054 5 CATEGORY="office"
erjo@13054 6 SHORT_DESC="SQL database system client files."
erjo@13054 7 MAINTAINER="erjo@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
erjo@13054 9 WEB_SITE="http://mariadb.org/"
erjo@13054 10 WANTED="mariadb"
pascal@13065 11 PROVIDE="mysql_or_postgresql mysql-client"
erjo@13054 12
pascal@16735 13 DEPENDS="libmariadbclient zlib ncurses gcc-lib-base ncursesw"
erjo@13054 14
erjo@13054 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13054 16 genpkg_rules()
erjo@13054 17 {
erjo@13054 18 while read file; do
erjo@13054 19 dir=$(dirname $file)
erjo@13054 20 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@15001 21 cp -a $install$file $fs$file
erjo@13054 22 done < $wanted_stuff/$PACKAGE.files-list
erjo@13054 23 }