wok diff tcc/receipt @ rev 4937

add/improve TAGS h* receipts
author Rohit Joshi <jozee@slitaz.org>
date Tue Feb 16 14:01:36 2010 +0000 (2010-02-16)
parents fd4eda949f1e
children 866fa2493b1b
line diff
     1.1 --- a/tcc/receipt	Fri Oct 03 16:03:56 2008 +0000
     1.2 +++ b/tcc/receipt	Tue Feb 16 14:01:36 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tcc"
     1.7 -VERSION="0.9.24"
     1.8 +VERSION="0.9.25"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="fast Tiny C Compiler."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -17,6 +17,7 @@
    1.13  		patch < ../stuff/Makefile.u || return 1
    1.14  		touch done.Makefile.u
    1.15  	fi
    1.16 +	sed -i 's/cp -u/cp/' tests/Makefile
    1.17  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.18  	make &&
    1.19  	make test &&