wok view mysql-client/receipt @ rev 8714

Fixed subversion by compiling with -j1. I made it compile without libproxy now.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 17 19:02:25 2011 +0000 (2011-02-17)
parents 3702eaf342dd
children d1768332cee0
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"
11 PROVIDE="mysql_or_postgresql"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=$(dirname $file)
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $_pkg$file $fs$file
20 done < $WOK/$WANTED/stuff/$PACKAGE.files-list
21 }