wok annotate mariadb-client/receipt @ rev 15141

blackbox: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 11:37:41 2013 +0000 (2013-08-15)
parents 62b209782f2d
children 2b545d56eedc
rev   line source
erjo@13054 1 # SliTaz package receipt.
erjo@13054 2
erjo@13054 3 PACKAGE="mariadb-client"
erjo@14808 4 VERSION="5.5.30"
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"
erjo@13054 11 DEPENDS="libmariadbclient zlib ncurses gcc-lib-base ncursesw"
pascal@13065 12 PROVIDE="mysql_or_postgresql mysql-client"
erjo@13054 13
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 }