wok diff qemu/receipt @ rev 654

openbox: start parcellite by default if installed
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 22 22:29:22 2008 +0200 (2008-04-22)
parents 1a4e6879fa1f
children 1944d35c5a2c
line diff
     1.1 --- a/qemu/receipt	Sat Mar 15 09:43:51 2008 +0000
     1.2 +++ b/qemu/receipt	Tue Apr 22 22:29:22 2008 +0200
     1.3 @@ -8,10 +8,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://bellard.org/$PACKAGE/"
     1.6  WGET_URL="$WEB_SITE$TARBALL"
     1.7 -BUILD_DEPENDS="alsa-lib-dev gcc3 gettext"
     1.8 -DEPENDS="alsa-lib"
     1.9 -
    1.10 -#http://fabrice.bellard.free.fr/qemu/kqemu-1.3.0pre11.tar.gz
    1.11 +BUILD_DEPENDS="alsa-lib-dev gcc3 gettext libSDL-dev"
    1.12 +DEPENDS="alsa-lib libSDL"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()