pkgname: 'spice-vdagent' pkgver: '0.23.0' pkgrel: '3' pkgdesc: 'Spice agent for Linux guests' url: 'https://www.spice-space.org' arch: x86_64 depends: [] makedepends: - 'alsa-lib' - dbus - glib - 'xorg-libpciaccess' - 'xorg-libxfixes' - 'xorg-libxinerama' - 'xorg-libxrandr' - 'spice-protocol' - 'desktop-file-utils' - 'xorg-libdrm' source: - 'https://www.spice-space.org/download/releases/${pkgname}-${pkgver}.tar.bz2' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ --with-session-info=systemd \ --with-init-script=systemd \ --localstatedir=/var make make DESTDIR=${PKGDIR} install install -dm755 "${PKGDIR}/etc/conf.d/" echo 'SPICE_VDAGENTD_EXTRA_ARGS=""' > "${PKGDIR}/etc/conf.d/spice-vdagentd" package: | true