wok-next diff powermanga/receipt @ rev 20529

Up libblockdev (2.16), nspr (4.18), openssh (7.6p1), udisks2 (2.7.6).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 24 15:55:55 2018 +0200 (2018-03-24)
parents 7896f0694ef6
children d5aab818505e
line diff
     1.1 --- a/powermanga/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/powermanga/receipt	Sat Mar 24 15:55:55 2018 +0200
     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