xf86-input-wacom: remove systemd service properly

Add --without-udev-rules-dir to avoid duplicate udev rules files.
This commit is contained in:
Alessio Sergi 2015-08-25 10:38:55 +02:00
parent 9441223c7f
commit 271c7cff62

View file

@ -1,22 +1,22 @@
# Template build file for 'xf86-input-wacom'.
# Template file for 'xf86-input-wacom'
pkgname=xf86-input-wacom
version=0.31.0
revision=2
revision=3
lib32disabled=yes
build_style=gnu-configure
configure_args="--without-systemd-unit-dir --without-udev-rules-dir"
hostmakedepends="pkg-config"
makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-devel"
depends="virtual?xserver-abi-input-21_1"
short_desc="Xorg Wacom tablet input driver"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xorg.freedesktop.org"
license="MIT"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/linuxwacom/${pkgname}-${version}.tar.bz2"
checksum=e7e9723f048071adabc878bf6139342ea39dea5e3a8134452df5a33bef2e3f76
post_install() {
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
rm -rf ${DESTDIR}/usr/lib/systemd
}
xf86-input-wacom-devel_package() {