You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
344 B
15 lines
344 B
8 years ago
|
import 'compile/configure'
|
||
|
|
||
|
name=qemu
|
||
|
version=2.6.0
|
||
|
update_url='http://wiki.qemu.org/Download'
|
||
|
|
||
|
dlextract "http://wiki.qemu-project.org/download/$name-$version.tar.bz2" \
|
||
|
'ca3f70b43f093e33e9e014f144067f13'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
compile_configure -- --target-list=i386-softmmu
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|