wok-next diff kobodeluxe/receipt @ rev 21161

diffutils splitted again
author Hans-G?nter Theisgen
date Wed Feb 20 09:13:09 2019 +0100 (2019-02-20)
parents d5aab818505e
children
line diff
     1.1 --- a/kobodeluxe/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/kobodeluxe/receipt	Wed Feb 20 09:13:09 2019 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://www.olofson.net/kobodl/download/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libsdl-dev libsdl-image-dev"
     1.8 +BUILD_DEPENDS="sdl-dev sdl-image-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	sed -i 's/pipe2/pipe_2/' enemy.cpp enemies.h
    1.12 @@ -46,7 +46,7 @@
    1.13  
    1.14  	mkdir -p $fs/var/games/kobo-deluxe/scores
    1.15  	chmod 667 $fs/var/games/kobo-deluxe/scores
    1.16 -	DEPENDS="libsdl libsdl-image gcc-lib-base"
    1.17 +	DEPENDS="sdl sdl-image gcc-lib-base"
    1.18  	TAGS="shooting"
    1.19  }
    1.20