spice-vdagent: removed systemd support

This commit is contained in:
Andrea Brancaleoni 2015-06-03 01:11:10 +02:00
parent 91984c370c
commit 5b7f2676ac
1 changed files with 1 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'spice-vdagent'
pkgname=spice-vdagent
version=0.15.0
revision=4
revision=5
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libglib-devel dbus-devel libXfixes-devel libXrandr-devel
@ -15,15 +15,6 @@ distfiles="http://www.spice-space.org/download/releases/${pkgname}-${version}.ta
checksum=5bae1747307c2f4195f6de97639391be7c6be6c5673fdcc9febed6faca22bd34
configure_args="--sbindir=/usr/bin"
# Package build options
build_options="systemd"
if [ "$build_option_systemd" ]; then
configure_args+=" --with-session-info=systemd --with-init-script=systemd"
makedepends+=" systemd-devel"
systemd_services="spice-vdagentd.service on"
fi
do_install() {
make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install
}