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

Eric Bélanger eric at archlinux.org
Mon Jan 30 01:45:08 UTC 2012


    Date: Sunday, January 29, 2012 @ 20:45:07
  Author: eric
Revision: 148021

upgpkg: qemu-kvm 1.0-3

Rebuild against libpng 1.5 and libtiff 4.0

Modified:
  qemu-kvm/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-30 01:36:28 UTC (rev 148020)
+++ PKGBUILD	2012-01-30 01:45:07 UTC (rev 148021)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu-kvm
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 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)
 license=('GPL2' 'LGPL2.1')
@@ -20,7 +20,7 @@
 
 build()
 {
-    cd ${srcdir}/${pkgname}-${pkgver}
+    cd "${srcdir}/${pkgname}-${pkgver}"
     # fix esound building
     ./configure --prefix=/usr \
                 --python=/usr/bin/python2 \
@@ -32,7 +32,7 @@
 
     # Use latest seabios version
     # https://bugs.archlinux.org/task/27616
-    cd ${srcdir}/
+    cd "${srcdir}/"
     git clone git://git.seabios.org/seabios.git
     cd seabios
     find 'tools/' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
@@ -42,27 +42,27 @@
 
 package()
 {
-    cd ${srcdir}/${pkgname}-${pkgver}
-    make DESTDIR=${pkgdir} install
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
     
     # Use latest seabios version
     # https://bugs.archlinux.org/task/27616
-    cp ${srcdir}/seabios/out/bios.bin ${pkgdir}/usr/share/qemu/bios.bin
+    cp "${srcdir}/seabios/out/bios.bin" "${pkgdir}/usr/share/qemu/bios.bin"
 
     # symbolic link for backwards compatibility
-    ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu-kvm
+    ln -s qemu-system-x86_64 "${pkgdir}/usr/bin/qemu-kvm"
     # symbolic link for to qemu binary for emulator apps
-    ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu
+    ln -s qemu-system-x86_64 "${pkgdir}/usr/bin/qemu"
     # symbolic link for to qemu binary for emulator apps
-    ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/kvm
+    ln -s qemu-system-x86_64 "${pkgdir}/usr/bin/kvm"
     # fix man page
-    mv ${pkgdir}/usr/share/man/man1/qemu.1 \
-                     ${pkgdir}/usr/share/man/man1/qemu-kvm.1
+    mv "${pkgdir}/usr/share/man/man1/qemu.1" \
+                     "${pkgdir}/usr/share/man/man1/qemu-kvm.1"
     # install udev rules
-    install -D -m644 ${srcdir}/65-kvm.rules \
-                     ${pkgdir}/lib/udev/rules.d/65-kvm.rules
+    install -D -m644 "${srcdir}/65-kvm.rules" \
+                     "${pkgdir}/lib/udev/rules.d/65-kvm.rules"
     # strip scripts directory
-    find ${pkgdir}/usr/bin  -type f -perm -u+w 2>/dev/null | while read binary ; do
+    find "${pkgdir}/usr/bin"  -type f -perm -u+w 2>/dev/null | while read binary ; do
       case "$(file -bi "$binary")" in
         *application/x-executable*) # Binaries
         /usr/bin/strip $STRIP_BINARIES "$binary";;




More information about the arch-commits mailing list