summaryrefslogtreecommitdiffstats
path: root/main/qemu/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2012-09-10 17:26:10 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2012-09-10 17:26:10 +0200
commit367bda76fc240ee05dda4b4af8d26a130bd709b0 (patch)
tree52ddeba1149a3a7ad4db203b5e1fe7bad4e5c027 /main/qemu/APKBUILD
parent093f6785025f5c4ab6fe47c265633d3a9a290e6c (diff)
downloadaports-367bda76fc240ee05dda4b4af8d26a130bd709b0.tar.bz2
aports-367bda76fc240ee05dda4b4af8d26a130bd709b0.tar.xz
main/qemu: upgrade to 1.2.0
Diffstat (limited to 'main/qemu/APKBUILD')
-rw-r--r--main/qemu/APKBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD
index 135137bb2..9ca165f2e 100644
--- a/main/qemu/APKBUILD
+++ b/main/qemu/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=qemu
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=0
pkgdesc="QEMU is a generic machine emulator and virtualizer"
url="http://qemu,org/"
@@ -35,12 +35,13 @@ $pkgname-sparc64
$pkgname-x86_64
$pkgname-xtensa
$pkgname-xtensaeb
+$pkgname-or32
+$pkgname-unicore32
$pkgname-img
"
-source="http://wiki.qemu.org/download/qemu-$pkgver-1.tar.bz2
+source="http://wiki.qemu.org/download/qemu-$pkgver.tar.bz2
80-kvm.rules
- 0001-configure-properly-check-if-lrt-and-lm-is-needed.patch
- "
+ configure-properly-check-if-lrt-and-lm-is-needed.patch"
prepare() {
cd "$srcdir"/$pkgname-$pkgver
@@ -120,6 +121,8 @@ sparc64() { _subsys sparc64; }
x86_64() { _subsys x86_64; }
xtensa() { _subsys xtensa; }
xtensaeb() { _subsys xtensaeb; }
+or32() { _subsys or32; }
+unicore32() { _subsys unicore32; }
img() {
pkgdesc="QEMU command line tool for manipulating disk images"
@@ -142,6 +145,6 @@ img() {
return $_err
}
-md5sums="32e7cf4453039ef7478b22a53623cfb0 qemu-1.1.1-1.tar.bz2
+md5sums="78eb1e984f4532aa9f2bdd3c127b5b61 qemu-1.2.0.tar.bz2
66660f143235201249dc0648b39b86ee 80-kvm.rules
-c8d39e6ac8e9e49bdf34efe652aae532 0001-configure-properly-check-if-lrt-and-lm-is-needed.patch"
+67656f53ede5b13badf134c01b5773dd configure-properly-check-if-lrt-and-lm-is-needed.patch"