From 367bda76fc240ee05dda4b4af8d26a130bd709b0 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 10 Sep 2012 17:26:10 +0200 Subject: main/qemu: upgrade to 1.2.0 --- main/qemu/APKBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'main/qemu/APKBUILD') 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 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" -- cgit v1.2.3