wok-next diff extrema/receipt @ rev 6711

Up: aufs-utils to 20101014. Added support to back up source code into a .tar.gz. Also added linux-module-headers as build depend since it builds with it. Added a fix-kdir.patch since it was KDIR support was remove from newer git version.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 03:01:24 2010 +0000 (2010-10-14)
parents 6e90579538d6
children d1846ea90ecb
line diff
     1.1 --- a/extrema/receipt	Sun Feb 28 14:11:33 2010 +0100
     1.2 +++ b/extrema/receipt	Thu Oct 14 03:01:24 2010 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  		--prefix=/usr \
     1.5  		--enable-shared \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11