wok diff lorcon/receipt @ rev 8615

Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 19:09:46 2011 +0100 (2011-02-14)
parents 2e4f0e0b20e1
children 394ef0611eb5
line diff
     1.1 --- a/lorcon/receipt	Sat Jan 29 16:20:39 2011 +0000
     1.2 +++ b/lorcon/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.3 @@ -7,18 +7,12 @@
     1.4  MAINTAINER="slaxemulator@gmail.com"
     1.5  BUILD_DEPENDS="subversion"
     1.6  WEB_SITE="http://802.11ninja.net/lorcon/"
     1.7 +WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/trunk"
     1.8 +BRANCH="$VERSION"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	TARBALL=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tar.lzma
    1.14 -	if [ -f $TARBALL ]; then
    1.15 -		unlzma -c $TARBALL | tar xf -
    1.16 -	else
    1.17 -		svn checkout -r $VERSION \
    1.18 -			http://802.11ninja.net/svn/lorcon/trunk $PACKAGE-$VERSION
    1.19 -		tar cf - $PACKAGE-$VERSION | lzma e $TARBALL -si
    1.20 -	fi
    1.21  	cd $src
    1.22  	./configure \
    1.23  		--prefix=/usr \