wok-stable diff fbreader/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 c10ef884bb76
children
line diff
     1.1 --- a/fbreader/receipt	Wed Apr 07 12:54:31 2010 +0000
     1.2 +++ b/fbreader/receipt	Sat May 28 21:18:14 2011 +0000
     1.3 @@ -15,6 +15,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	# GCC 4.5.0 fix
     1.8 +	sed -i 's/Library::Library /Library /' fbreader/src/library/Library.cpp
     1.9  	echo "UI_TYPE = gtk" >> makefiles/target.mk
    1.10  	echo "TARGET_STATUS = release" >> makefiles/target.mk
    1.11  	make &&