wok-stable diff xorg-xrandr/receipt @ rev 10353

gcc: Removed gawk in build depends. Added check like the one glibc has to install if cook script is found. Fixed tazwok cookorder i hope.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 16:40:19 2011 +0000 (2011-05-22)
parents aaed053572c3
children 5ecfbd069597
line diff
     1.1 --- a/xorg-xrandr/receipt	Sun May 01 14:19:21 2011 +0200
     1.2 +++ b/xorg-xrandr/receipt	Sun May 22 16:40:19 2011 +0000
     1.3 @@ -17,7 +17,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure && make && make install
     1.8 +	./configure $CONFIGURE_ARGS && 
     1.9 +	make && make install
    1.10  }
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.