[arch-commits] Commit in qemu-kvm/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Feb 22 19:17:40 UTC 2011


    Date: Tuesday, February 22, 2011 @ 14:17:39
  Author: tpowa
Revision: 110855

upgpkg: qemu-kvm 0.14.0-1
bump to latest version

Modified:
  qemu-kvm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-22 19:09:06 UTC (rev 110854)
+++ PKGBUILD	2011-02-22 19:17:39 UTC (rev 110855)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu-kvm
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Latest KVM QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation."
 arch=(i686 x86_64)
@@ -27,6 +27,10 @@
                 --audio-card-list=ac97,sb16,es1370,adlib \
                 --enable-docs
     make
+}
+package()
+{
+    cd ${srcdir}/${pkgname}-${pkgver}
     make DESTDIR=${pkgdir} install
     # symbolic link for backwards compatibility
     ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu-kvm
@@ -41,5 +45,5 @@
     install -D -m644 ${srcdir}/65-kvm.rules \
                      ${pkgdir}/lib/udev/rules.d/65-kvm.rules
 }
-md5sums=('68d100da381284a3dee486d3b9690e6d'
+md5sums=('4ea6f412d85a826e0b0690f5c4c59f13'
          'b316a066d2f1bb57d8f5b7ea1d0d1caf')




More information about the arch-commits mailing list