wok-next diff powermanga/receipt @ rev 20690

add missing SHA256sums
author Erkan Yilmaz <erkan@slitaz.org>
date Mon May 21 19:36:47 2018 +0000 (2018-05-21)
parents 7896f0694ef6
children d5aab818505e
line diff
     1.1 --- a/powermanga/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/powermanga/receipt	Mon May 21 19:36:47 2018 +0000
     1.3 @@ -11,14 +11,13 @@
     1.4  WGET_URL="http://linux.tlk.fr/games/Powermanga/download/$TARBALL"
     1.5  
     1.6  DEPENDS="libsdl-mixer zlib"
     1.7 -BUILD_DEPENDS="libsdl-dev zlib-dev libsdl-mixer-dev"
     1.8 +BUILD_DEPENDS="libsdl-dev zlib-dev libsdl-mixer-dev xorg-libXext"
     1.9  
    1.10  # Packaging for SliTaz by Rene Rivero.
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	sed -i 's|SDL_mixer.h|SDL/SDL_mixer.h|' src/sdl_mixer.cpp
    1.17  	sed -i '239,243 s|^|// |' src/sdl_mixer.cpp
    1.18  	./configure && make && make install