24 lines
757 B
Bash
24 lines
757 B
Bash
# Template file for 'spice-vdagent'
|
|
pkgname=spice-vdagent
|
|
version=0.19.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libglib-devel dbus-devel libXfixes-devel libXrandr-devel
|
|
libXinerama-devel libpciaccess-devel spice-protocol desktop-file-utils
|
|
alsa-lib-devel libdrm-devel"
|
|
depends="dbus"
|
|
short_desc="Spice agent for Linux"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://spice-space.org/"
|
|
distfiles="https://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
|
|
checksum=63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65
|
|
|
|
do_install() {
|
|
make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install
|
|
}
|
|
|
|
post_install() {
|
|
vsv spice-vdagentd
|
|
}
|