wok diff dosbox/receipt @ rev 2488

d*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 21:51:41 2009 +0000 (2009-03-15)
parents 170ca3846ed9
children 800c8357a1a2
line diff
     1.1 --- a/dosbox/receipt	Thu May 15 20:55:55 2008 +0200
     1.2 +++ b/dosbox/receipt	Sun Mar 15 21:51:41 2009 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.72"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="DOS-emulator that uses the SDL-library."
     1.7 -DEPENDS="xorg-libX11 libSDL"
     1.8 +DEPENDS="xorg-libX11 libSDL alsa-lib libiconv zlib"
     1.9  BUILD_DEPENDS="xorg-libX11-dev libSDL-dev"
    1.10  MAINTAINER="pankso@slitaz.org"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -18,8 +18,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--mandir=/usr/share/man \
    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