mid-kid
8 years ago
2 changed files with 28 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
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: |
@ -0,0 +1,14 @@ |
|||
import 'compile/configure' |
|||
|
|||
name=vbindiff |
|||
version=3.0_beta4 |
|||
update_url="https://www.cjmweb.net/$name" |
|||
|
|||
dlextract "https://www.cjmweb.net/$name/$name-$version.tar.gz" \ |
|||
'dbda80ef580e1a0975ef50b9aaa5210e' |
|||
header_end |
|||
|
|||
cd "$name-$version" |
|||
compile_configure |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
Loading…
Reference in new issue