qemu: update to 1.7.1.

This commit is contained in:
Juan RP 2014-03-28 17:45:45 +01:00
parent b7c41ba4a4
commit 904e693fe9
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'qemu' # Template file for 'qemu'
pkgname=qemu pkgname=qemu
version=1.7.0 version=1.7.1
revision=2 revision=1
build_style=configure build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
--enable-kvm --audio-drv-list=alsa,sdl,pa --disable-xen --enable-tpm --enable-kvm --audio-drv-list=alsa,sdl,pa --disable-xen --enable-tpm
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://qemu.org" homepage="http://qemu.org"
license="GPL-2, LGPL-2.1" license="GPL-2, LGPL-2.1"
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2" distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
checksum=31f333a85f2d14c605a77679904a9668eaeb1b6dc7da53a1665230f46bc21314 checksum=d68942a004222eebae5d156ceefb308fabd98edb282d1dde49ec810bbf01bef4
nostrip=yes nostrip=yes
hostmakedepends="pkg-config perl python automake libtool flex" hostmakedepends="pkg-config perl python automake libtool flex"