qemu: split qemu-ga as they are never used together.

This commit is contained in:
Enno Boland 2016-11-29 18:32:15 +01:00
parent d86923a2b2
commit 3c2b258bea
1 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'qemu'
pkgname=qemu
version=2.7.0
revision=3
revision=4
short_desc="Open Source Processor Emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://qemu.org"
@ -88,4 +88,14 @@ do_install() {
make DESTDIR=${DESTDIR} install
# qemu-bridge-helper must be setuid for non privileged users.
chmod u+s ${DESTDIR}/usr/libexec/qemu-bridge-helper
vsv qemu-ga
}
qemu-ga_package() {
short_desc+="QEMU Guest Agent"
pkg_install() {
vmove usr/bin/qemu-ga
vmove etc/sv/qemu-ga
}
}