wok-next diff supertux/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents d5aab818505e
children
line diff
     1.1 --- a/supertux/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/supertux/receipt	Fri Dec 28 05:11:49 2018 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://supertux.googlecode.com/files/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev curl-dev \
     1.8 +BUILD_DEPENDS="sdl-dev sdl-image-dev sdl-mixer-dev curl-dev \
     1.9  physfs-dev openal-dev mesa-dev glew-dev cmake boost-dev libvorbis-dev"
    1.10  SPLIT="$PACKAGE-data"
    1.11  
    1.12 @@ -32,7 +32,7 @@
    1.13  	case $PACKAGE in
    1.14  		supertux)
    1.15  			copy bin/
    1.16 -			DEPENDS="libsdl libsdl-image libsdl-mixer curl physfs openal \
    1.17 +			DEPENDS="sdl sdl-image sdl-mixer curl physfs openal \
    1.18  			mesa glew supertux-data"
    1.19  			SUGGESTED="nvidia"
    1.20  			;;