Browse Source

Re-add QEMU

master
mid-kid 8 years ago
parent
commit
d4245886c0
  1. 6
      satellites/qemu.sat

6
graveyard/unmaintained_satellites/qemu.sat → satellites/qemu.sat

@ -1,13 +1,13 @@
import 'compile/configure'
name=qemu
version=2.7.0
version=2.8.0
update_url='http://wiki.qemu.org/Download'
define_option 'targets=all: Define what targets to build (space-separated list)'
dlextract "http://wiki.qemu-project.org/download/$name-$version.tar.bz2" \
'08d4d06d1cb598efecd796137f4844ab'
'17940dce063b6ce450a12e719a6c9c43'
header_end
cd "$name-$version"
@ -19,6 +19,6 @@ else
targets="--target-list=$(echo "$targets" | sed -e 's/ /,/g')"
fi
compile_configure -- --audio-drv-list=alsa $targets
compile_configure -- $targets
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
Loading…
Cancel
Save