qemu-user-static: update to 8.1.0.

This commit is contained in:
André Cerqueira 2023-09-17 11:21:18 +01:00 committed by classabbyamp
parent 147fb2841c
commit ba37fa955a
1 changed files with 6 additions and 10 deletions

View File

@ -1,20 +1,20 @@
# Template file for 'qemu-user-static'
# This package should be updated together with qemu
pkgname=qemu-user-static
version=7.1.0
revision=3
version=8.1.0
revision=1
build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
--disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
--enable-linux-user --disable-system --static --disable-pie"
hostmakedepends="pkg-config perl python3 ninja"
makedepends="dtc-devel libglib-devel pixman-devel libuuid-devel"
hostmakedepends="flex glib-devel pkg-config perl python3 ninja"
makedepends="dtc-devel glib-devel pixman-devel libuuid-devel"
short_desc="QEMU User-mode emulators (statically compiled)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
license="GPL-2.0-only, LGPL-2.1-only"
homepage="https://www.qemu.org"
distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
checksum=f7ac2b85b3f1831e6810b140306e30af91556e15784864b209f3942858947fd0
checksum=53a2388f4f67d03e94ed7fe192d8828e64c535fadf7bf9dd0bc1d2091eedf624
_fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k
@ -111,10 +111,6 @@ done
binfmts="${binfmts%?}"
pre_configure() {
unset CPP
}
post_install() {
# Remove unneeded stuff.
rm -rf ${DESTDIR}/etc ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec