wok-next view mysql-client/receipt @ rev 7708

break build-dep loop: replace slitaz-dev-pkgs by equivalent without poppler to remove qt4 as a cook depend of qt4
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 19 16:00:38 2010 +0100 (2010-12-19)
parents 8bcec1b4c9d6
children 5407406663a3
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"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 while read file; do
16 dir=$(dirname $file)
17 [ -d $fs$dir ] || mkdir -p $fs$dir
18 cp -a $_pkg$file $fs$file
19 done < $WOK/$WANTED/stuff/$PACKAGE.files-list
20 }