wok diff mysql-dev/receipt @ rev 14553
thunderbird-langpack-en_GB: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 10:08:53 2013 +0200 (2013-05-23) |
parents | d1768332cee0 |
children | 408c87fa22ca |
line diff
1.1 --- a/mysql-dev/receipt Sun May 08 09:01:58 2011 +0000 1.2 +++ b/mysql-dev/receipt Thu May 23 10:08:53 2013 +0200 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mysql-dev" 1.7 -VERSION="5.1.54" 1.8 +VERSION="5.5.27" 1.9 CATEGORY="development" 1.10 SHORT_DESC="SQL database system devel files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -DEPENDS="zlib" 1.13 +DEPENDS="libmysqlclient zlib" 1.14 WEB_SITE="http://www.mysql.com/" 1.15 WANTED="mysql" 1.16 1.17 @@ -13,13 +13,10 @@ 1.18 genpkg_rules() 1.19 { 1.20 mkdir -p $fs/usr/lib/mysql/plugin $fs/usr/share 1.21 - cp -a $_pkg/usr/include $fs/usr 1.22 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.23 - cp -a $_pkg/usr/lib/mysql/*.*a $fs/usr/lib/mysql 1.24 - cp -a $_pkg/usr/lib/mysql/plugin/*.*a $fs/usr/lib/mysql/plugin 1.25 + cp -a $install/usr/include $fs/usr 1.26 while read file; do 1.27 dir=$(dirname $file) 1.28 [ -d $fs$dir ] || mkdir -p $fs$dir 1.29 - cp -a $_pkg$file $fs$file 1.30 + cp -a $install$file $fs$file 1.31 done < $wanted_stuff/$PACKAGE.files-list 1.32 }