wok-next diff raine/receipt @ rev 21608

updated dvtm (0.9 -> 0.15)
author Hans-G?nter Theisgen
date Thu Jun 25 09:49:25 2020 +0100 (2020-06-25)
parents 5669e8b3be70
children
line diff
     1.1 --- a/raine/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/raine/receipt	Thu Jun 25 09:49:25 2020 +0100
     1.3 @@ -12,8 +12,8 @@
     1.4  WGET_URL="$WEB_SITE/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=02988ce197bc5b9f1a9eae66251e883d649cc03b;sf=tgz"
     1.5  EXTRA_SOURCE_FILES="raines-0.51.9.tar.bz2"
     1.6  
     1.7 -BUILD_DEPENDS="libsdl-dev zlib-dev libpng-dev nasm libsdl-image-dev xz-dev \
     1.8 -libsdl-ttf-dev muparser-dev mesa-dev glu-dev"
     1.9 +BUILD_DEPENDS="sdl-dev zlib-dev libpng-dev nasm sdl-image-dev xz-dev \
    1.10 +sdl-ttf-dev muparser-dev mesa-dev glu-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	touch -d 197001010000 make.dep cpuinfo
    1.14 @@ -33,5 +33,5 @@
    1.15  	mkdir -p $fs/usr/
    1.16  	cp -a $install/usr/games $fs/usr/
    1.17  	cp -a $install/usr/share $fs/usr/
    1.18 -	DEPENDS="libsdl zlib libpng libsdl-image liblzma libsdl-ttf muparser mesa"
    1.19 +	DEPENDS="sdl zlib libpng sdl-image liblzma sdl-ttf muparser mesa"
    1.20  }