wok diff fxload/receipt @ rev 5814

libassuan: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 12 21:58:39 2010 +0200 (2010-07-12)
parents ef616884d9ee
children b2a632fc9587
line diff
     1.1 --- a/fxload/receipt	Wed Oct 08 17:05:29 2008 +0000
     1.2 +++ b/fxload/receipt	Mon Jul 12 21:58:39 2010 +0200
     1.3 @@ -16,7 +16,12 @@
     1.4  	cd $src
     1.5  	mkdir -p _pkg/usr/share/usb
     1.6  	cp a3load.hex _pkg/usr/share/usb || return 1
     1.7 -	wget http://updates.xorcom.com/astribank/$PACKAGE/$PACKAGE || return 1
     1.8 +	[ -f $SOURCES_REPOSITORY/$PACKAGE ] && cp $SOURCES_REPOSITORY/$PACKAGE .
     1.9 +	if [ ! -f $PACKAGE ]; then
    1.10 +		wget http://updates.xorcom.com/astribank/$PACKAGE/$PACKAGE ||
    1.11 +			 return 1
    1.12 +		cp $PACKAGE $SOURCES_REPOSITORY
    1.13 +	fi
    1.14  	chmod +x fxload
    1.15  	mkdir -p _pkg/usr/bin
    1.16  	mv fxload _pkg/usr/bin