aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/xf86-input-synaptics/template
blob: 6d118bbe21ee24dc1e1b03310ba978b3624a3bf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Template file for 'xf86-input-synaptics'
pkgname=xf86-input-synaptics
version=1.9.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel libXtst-devel libevdev-devel
 pixman-devel libpciaccess-devel xorg-server-devel"
depends="virtual?xserver-abi-input-24_1"
short_desc="Xorg synaptics touchpad input driver"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.x.org/"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
checksum=7af83526eff1c76e8b9e1553b34245c203d029028d8044dd9dcf71eef1001576
lib32disabled=yes
patch_args=-Np0

post_install() {
	vlicense COPYING
}

xf86-input-synaptics-devel_package() {
	lib32disabled=yes
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
	}
}