spice-vdagent: switch to /usr.
This commit is contained in:
parent
e933b55ea9
commit
50001163a0
|
@ -3,4 +3,3 @@ libXrandr.so.2
|
|||
libXfixes.so.3
|
||||
libc.so.6
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'spice-vdagent'
|
||||
pkgname=spice-vdagent
|
||||
version=0.8.1
|
||||
distfiles="http://www.spicespace.org/download/releases/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
depends="dbus ConsoleKit-x11"
|
||||
makedepends="pkg-config dbus-devel libXfixes-devel libXrandr-devel spice-protocol"
|
||||
fulldepends="desktop-file-utils"
|
||||
revision=1
|
||||
short_desc="Spice agent for Linux"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://www.spicespace.org/download/releases/$pkgname-$version.tar.bz2"
|
||||
checksum=99ec232805a6201da78d409e6f874ff0aa6bb25e7ffe623aa77752539ae7d7ff
|
||||
long_desc="
|
||||
Features:
|
||||
|
@ -22,9 +22,7 @@ Features:
|
|||
|
||||
systemd_services="${pkgname}d.service on"
|
||||
|
||||
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/etc/rc.d
|
||||
vinstall ${FILESDIR}/${pkgname}d.service 644 lib/systemd/system
|
||||
vinstall ${FILESDIR}/${pkgname}d.service 644 usr/lib/systemd/system
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue