qemu-user-static: update to 2.5.0.

This commit is contained in:
Juan RP 2015-12-17 07:18:04 +01:00
parent 308e5e59be
commit 106a5685f2

View file

@ -1,6 +1,6 @@
# Template file for 'qemu-user-static'
pkgname=qemu-user-static
version=2.4.1
version=2.5.0
revision=1
wrksrc="qemu-${version}"
hostmakedepends="pkg-config automake python"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://qemu.org"
license="GPL-2, LGPL-2.1"
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
checksum=e3d5cf4c8b1f9129c9c797329a515bfb6b3b1ded0ab8b394c8a316490fe3a177
checksum=3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4
_fmts="aarch64 alpha arm armeb cris i386 m68k microblaze mips mipsel mips64 mips64el ppc ppc64 ppc64abi32 ppc64le s390x sh4 sh4eb sparc sparc32plus sparc64 x86_64"
@ -80,7 +80,7 @@ binfmts="${binfmts%?}"
do_configure() {
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
--disable-kvm --disable-vnc-png --disable-vnc-tls \
--disable-kvm --disable-vnc-png \
--disable-virtfs --disable-fdt --disable-seccomp \
--enable-linux-user --disable-system
}