wok-next diff cdrkit/receipt @ rev 5537

improve mesa receipt: split libegl (new library)
author Rohit Joshi <jozee@slitaz.org>
date Wed May 12 15:55:54 2010 -0400 (2010-05-12)
parents 02a60e01e055
children 740ce2db95e0
line diff
     1.1 --- a/cdrkit/receipt	Sun Nov 08 19:06:26 2009 +0100
     1.2 +++ b/cdrkit/receipt	Wed May 12 15:55:54 2010 -0400
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cdrkit"
     1.7 -VERSION="1.1.9"
     1.8 +VERSION="1.1.10"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Wodim for recording/blanking CDs/DVDs and genisoimage for ISO."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,7 +17,7 @@
    1.13  	cd $src
    1.14  	sed -i -e '/USE_MAGIC/d' -e '/(MAGICLIBS magic)/d' \
    1.15  		genisoimage/CMakeLists.txt
    1.16 -	patch -p1 < ../stuff/$PACKAGE-1.1.9-glibc-2.10.patch || exit 1
    1.17 +	#patch -p1 < ../stuff/$PACKAGE-1.1.9-glibc-2.10.patch || exit 1
    1.18  	make &&
    1.19  	make install PREFIX=$PWD/_pkg/usr
    1.20  }