wok view mariadb-client/receipt @ rev 13060

gtkspell: Clean up and updated gtkspell-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 20 17:18:59 2012 +0000 (2012-06-20)
parents
children edfa03bccae1
line source
1 # SliTaz package receipt.
3 PACKAGE="mariadb-client"
4 VERSION="5.5.24"
5 CATEGORY="office"
6 SHORT_DESC="SQL database system client files."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://mariadb.org/"
9 WANTED="mariadb"
10 DEPENDS="libmariadbclient zlib ncurses gcc-lib-base ncursesw"
11 PROVIDE="mysql_or_postgresql"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 while read file; do
18 dir=$(dirname $file)
19 [ -d $fs$dir ] || mkdir -p $fs$dir
20 cp -a $_pkg$file $fs$file
21 done < $wanted_stuff/$PACKAGE.files-list
22 }