wok-stable diff notecase/receipt @ rev 10728

Fixed all sourced slitaz-dev-tools receipts. The way cook works is it keeps the .hg folder when downloading mecurial sources. By downloading the $VERSION.tar.bz2 and renaming it $SOURCE-$VERSION.tar.bz2 we don't keep the .hg folder in source tarball. Repos will be backup on source dvd anyway so this does save a little bit of space.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 21:18:14 2011 +0000 (2011-05-28)
parents 0b4cf0d9e1b5
children af9a1b47948c
line diff
     1.1 --- a/notecase/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.2 +++ b/notecase/receipt	Sat May 28 21:18:14 2011 +0000
     1.3 @@ -15,8 +15,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	busybox patch -p0 -i stuff/notecase-1.9.8_gcc4.u || return 1
     1.8 +	
     1.9  	cd $src
    1.10 +	busybox patch -p1 -i $stuff/notecase-1.9.8_gcc4.u || return 1
    1.11 +	
    1.12  	# Disable gnome-vfs support
    1.13  	sed -i /'AUTODETECT_GNOME_VFS=1'/d Makefile
    1.14  	sed -i /'HAVE_GNOME_VFS=1'/d Makefile