wok diff libsdl-mixer/receipt @ rev 3133

Remove bin86. Already exist in dev86
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 20 16:13:00 2009 +0200 (2009-05-20)
parents 8c8d1dfb63df
children a7b619564b2b
line diff
     1.1 --- a/libsdl-mixer/receipt	Thu Jul 24 09:52:02 2008 +0000
     1.2 +++ b/libsdl-mixer/receipt	Wed May 20 16:13:00 2009 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
     1.5  WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
     1.6  
     1.7 -DEPENDS="libSDL libmad libvorbis libogg "
     1.8 +DEPENDS="libSDL libmad libvorbis libogg libiconv"
     1.9  BUILD_DEPENDS="libSDL libSDL-dev libmad-dev libvorbis-dev libogg-dev "
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -23,8 +23,8 @@
    1.13  		--mandir=/usr/share/man \
    1.14  		--infodir=/usr/share/info \
    1.15  		--enable-music-mp3-mad \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22