qemu: update to 1.7.0.

This commit is contained in:
Juan RP 2013-11-28 17:39:58 +01:00
parent 601d68be92
commit 18554fb125
2 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'qemu-user-static'
pkgname=qemu-user-static
version=1.6.1
version=1.7.0
revision=1
wrksrc="qemu-${version}"
hostmakedepends="pkg-config automake python"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://qemu.org"
license="GPL-2, LGPL-2.1"
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
checksum=fc736f44aa10478223c881310a7e40fc8386547e9cadf7d01ca4685951605294
checksum=31f333a85f2d14c605a77679904a9668eaeb1b6dc7da53a1665230f46bc21314
do_configure() {
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \

View File

@ -1,6 +1,6 @@
# Template file for 'qemu'
pkgname=qemu
version=1.6.1
version=1.7.0
revision=1
build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://qemu.org"
license="GPL-2, LGPL-2.1"
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
checksum=fc736f44aa10478223c881310a7e40fc8386547e9cadf7d01ca4685951605294
checksum=31f333a85f2d14c605a77679904a9668eaeb1b6dc7da53a1665230f46bc21314
hostmakedepends="pkg-config perl python automake libtool flex"
makedepends="attr-devel libpng-devel>=1.6 libjpeg-turbo-devel pixman-devel
@ -22,10 +22,6 @@ makedepends="attr-devel libpng-devel>=1.6 libjpeg-turbo-devel pixman-devel
libcurl-devel xfsprogs-devel libcap-ng-devel libcap-devel vde2-devel
libbluetooth-devel libssh2-devel libusbx-devel pulseaudio-devel"
pre_build() {
sed -e 's,\$(ARFLAGS),rc,' -i dtc/Makefile
}
post_install() {
vinstall ${FILESDIR}/65-kvm.rules 644 usr/lib/udev/rules.d
# qemu-bridge-helper must be setuid for non privileged users.