wok diff mysql/receipt @ rev 2773

Up: mysql (5.0.77) [security update]
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:13:11 2009 +0200 (2009-04-27)
parents 79e6c7e5b6d3
children bf73355db5de
line diff
     1.1 --- a/mysql/receipt	Fri Mar 06 10:53:07 2009 +0000
     1.2 +++ b/mysql/receipt	Mon Apr 27 09:13:11 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mysql"
     1.7 -VERSION="5.0.51b"
     1.8 +VERSION="5.0.77"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="SQL database system."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,15 +17,14 @@
    1.13  {
    1.14  
    1.15  	cd $src
    1.16 -# --with-big-tables ?
    1.17 +	cp ../stuff/*.files-list .
    1.18  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.19  		--datadir=/usr/share --localstatedir=/var/lib/mysql \
    1.20  		--with-unix-socket-path=/var/run/mysqld/mysqld.sock \
    1.21  		--with-mysqld-user=mysql \
    1.22 -		--mandir=/usr/share/man $CONFIGURE_ARGS
    1.23 -	make
    1.24 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26  	make DESTDIR=$PWD/_pkg install
    1.27 -	cp ../stuff/*.files-list .
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 @@ -43,6 +42,7 @@
    1.32  	cat $src/*.files-list | while read file; do
    1.33  		[ -f $fs$file ] && rm -f $fs$file
    1.34  	done
    1.35 +	strip -s $fs/usr/libexec/*
    1.36  	# Package all mysql pkgs
    1.37  	for i in $(cd $WOK; ls -d mysql-* libmysql*)
    1.38  	do