diff options
author | Daniel Molina García <lluvia@singularity.fr> | 2012-06-15 22:21:10 +0200 |
---|---|---|
committer | Daniel Molina García <lluvia@singularity.fr> | 2012-06-15 22:21:10 +0200 |
commit | 17816ffb0849295b8a1ee5fecb008f3a26bf0545 (patch) | |
tree | 3cd61aa41fb6815cda8e4a362bed88f842ba1901 /extra/qemu/PKGBUILD | |
parent | f7fd177d2ab0515dcb65c9023c7bf7aa2a582af2 (diff) | |
parent | 79d74d365afe2d85886b6a80c172530491110bd9 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre-mips64el
Diffstat (limited to 'extra/qemu/PKGBUILD')
-rw-r--r-- | extra/qemu/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD index 5d3977f53..b3ef1a2f1 100644 --- a/extra/qemu/PKGBUILD +++ b/extra/qemu/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 161390 2012-06-10 20:21:44Z tpowa $ +# $Id: PKGBUILD 161651 2012-06-13 12:26:10Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=qemu pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation." arch=('i686' 'x86_64' 'mips64el') license=('GPL2' 'LGPL2.1') @@ -22,13 +22,13 @@ build() ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa \ --python=/usr/bin/python2 \ --audio-card-list=ac97,sb16,es1370,hda \ - --enable-docs + --enable-docs make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" libexecdir="/usr/lib/qemu" install rm "${pkgdir}/usr/share/qemu/bios.bin" install -D -m644 "${srcdir}/65-kvm.rules" \ |