wok-next diff fasm/receipt @ rev 20642

fix grub2-efi arch for x86_64 (thanks alanyih)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 01 15:45:21 2018 +0200 (2018-05-01)
parents e65059c1e0d7
children 89e9788caef7
line diff
     1.1 --- a/fasm/receipt	Thu Oct 20 16:31:20 2016 +0200
     1.2 +++ b/fasm/receipt	Tue May 01 15:45:21 2018 +0200
     1.3 @@ -11,16 +11,13 @@
     1.4  WEB_SITE="http://flatassembler.net/"
     1.5  WGET_URL="$WEB_SITE$TARBALL"
     1.6  
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS=""
     1.9 -
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	[ -s $SOURCES_REPOSITORY/FASMARM_small.ZIP ] ||
    1.14 -		wget -P $SOURCES_REPOSITORY \
    1.15 +	[ -s $SRC/FASMARM_small.ZIP ] ||
    1.16 +		wget -P $SRC \
    1.17  		http://arm.flatassembler.net/FASMARM_small.ZIP
    1.18 -	unzip $SOURCES_REPOSITORY/FASMARM_small.ZIP
    1.19 +	unzip $SRC/FASMARM_small.ZIP
    1.20  	mv ReadMe.txt fasmarm.txt
    1.21  	sed 's/^character.*/&\npreprocessing_done db ?/' \
    1.22  		< $src/SOURCE/LINUX/FASMARM.ASM > $src/source/Linux/fasmarm.asm