2011-02-21 20:29:01 +00:00
|
|
|
# Template file for 'spice-vdagent'
|
|
|
|
pkgname=spice-vdagent
|
2014-02-17 08:21:52 +00:00
|
|
|
version=0.15.0
|
2014-03-31 08:32:54 +00:00
|
|
|
revision=2
|
2012-01-28 10:26:25 +00:00
|
|
|
build_style=gnu-configure
|
2014-03-31 08:32:54 +00:00
|
|
|
configure_args="--with-session-info=systemd --with-init-script=systemd"
|
2013-09-19 07:25:23 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libglib-devel dbus-devel libXfixes-devel libXrandr-devel
|
|
|
|
libXinerama-devel libpciaccess-devel spice-protocol>=0.12.6 systemd-devel
|
|
|
|
desktop-file-utils"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="dbus"
|
|
|
|
systemd_services="spice-vdagentd.service on"
|
2011-02-21 20:29:01 +00:00
|
|
|
short_desc="Spice agent for Linux"
|
2013-03-31 07:52:06 +00:00
|
|
|
homepage="http://spice-space.org/"
|
|
|
|
license="GPL-3"
|
2011-02-21 20:29:01 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2014-02-17 08:21:52 +00:00
|
|
|
distfiles="http://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=5bae1747307c2f4195f6de97639391be7c6be6c5673fdcc9febed6faca22bd34
|
2011-02-21 20:29:01 +00:00
|
|
|
|
2014-03-31 08:32:54 +00:00
|
|
|
do_install() {
|
|
|
|
make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install
|
2011-02-21 20:29:01 +00:00
|
|
|
}
|