summaryrefslogtreecommitdiff
path: root/extra/qemu
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-12 04:09:22 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-12 04:09:22 +0000
commit00b75e94fdb3eedea225ff1192972db1a46c09bd (patch)
tree2409ea89ac3c8422c7189bbce9942fe78ef4f2bd /extra/qemu
parent96ba30fd7b52ef7318f2499e75970e3e186f84eb (diff)
Mon May 12 04:02:50 UTC 2014
Diffstat (limited to 'extra/qemu')
-rw-r--r--extra/qemu/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index f6856ac79..21cbd7e1d 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 211197 2014-04-18 10:47:19Z tpowa $
+# $Id: PKGBUILD 212224 2014-05-11 08:54:01Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=('qemu' 'libcacard')
-pkgver=1.7.1
-pkgrel=1
+pkgver=2.0.0
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
url="http://wiki.qemu.org/Index.html"
@@ -13,7 +13,6 @@ makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
'usbredir')
replaces=('qemu-kvm')
options=(!strip)
-install=qemu.install
source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
65-kvm.rules)
@@ -29,7 +28,7 @@ build ()
--enable-docs --libexecdir=/usr/lib/qemu \
--disable-gtk --enable-linux-aio --enable-seccomp \
--enable-spice --localstatedir=/var \
- --enable-tpm
+ --enable-tpm
make V=99
}
@@ -40,6 +39,7 @@ package_qemu() {
'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
'libiscsi' 'libcacard' 'spice' 'usbredir')
backup=('etc/qemu/target-x86_64.conf')
+ install=qemu.install
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" libexecdir="/usr/lib/qemu" install
# provided by seabios package
@@ -81,5 +81,5 @@ package_libcacard() {
cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/
cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/
}
-md5sums=('9541063d999cf9659ed7fdce71314f31'
+md5sums=('2790f44fd76da5de5024b4aafeb594c2'
'33ab286a20242dda7743a900f369d68a')