mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qemu-user-static: update to 8.1.0.
This commit is contained in:
parent
147fb2841c
commit
ba37fa955a
1 changed files with 6 additions and 10 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'qemu-user-static'
|
# Template file for 'qemu-user-static'
|
||||||
# This package should be updated together with qemu
|
# This package should be updated together with qemu
|
||||||
pkgname=qemu-user-static
|
pkgname=qemu-user-static
|
||||||
version=7.1.0
|
version=8.1.0
|
||||||
revision=3
|
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
|
||||||
--disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
|
--disable-kvm --disable-png --disable-virtfs --disable-fdt --disable-seccomp
|
||||||
--enable-linux-user --disable-system --static --disable-pie"
|
--enable-linux-user --disable-system --static --disable-pie"
|
||||||
hostmakedepends="pkg-config perl python3 ninja"
|
hostmakedepends="flex glib-devel pkg-config perl python3 ninja"
|
||||||
makedepends="dtc-devel libglib-devel pixman-devel libuuid-devel"
|
makedepends="dtc-devel glib-devel pixman-devel libuuid-devel"
|
||||||
short_desc="QEMU User-mode emulators (statically compiled)"
|
short_desc="QEMU User-mode emulators (statically compiled)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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"
|
homepage="https://www.qemu.org"
|
||||||
distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
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
|
_fmts="aarch64 aarch64_be alpha arm armeb cris hppa i386 m68k microblaze
|
||||||
microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k
|
microblazeel mips mipsel mips64 mips64el mipsn32 mipsn32el or1k
|
||||||
|
@ -111,10 +111,6 @@ done
|
||||||
|
|
||||||
binfmts="${binfmts%?}"
|
binfmts="${binfmts%?}"
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
unset CPP
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove unneeded stuff.
|
# Remove unneeded stuff.
|
||||||
rm -rf ${DESTDIR}/etc ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
rm -rf ${DESTDIR}/etc ${DESTDIR}/usr/share ${DESTDIR}/usr/libexec
|
||||||
|
|
Loading…
Add table
Reference in a new issue