2009-03-31 08:40:38 +00:00
|
|
|
# Template build file for 'xf86-input-synaptics'.
|
|
|
|
pkgname=xf86-input-synaptics
|
2014-09-21 15:10:37 +00:00
|
|
|
version=1.8.1
|
|
|
|
revision=1
|
2014-04-01 13:41:47 +00:00
|
|
|
lib32disabled=yes
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-05-15 05:26:27 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2014-05-13 06:16:34 +00:00
|
|
|
makedepends="libX11-devel libXtst-devel libevdev-devel>=1.2
|
2014-07-17 18:13:45 +00:00
|
|
|
pixman-devel libpciaccess-devel xorg-server-devel>=1.16<1.17"
|
2014-08-17 17:27:54 +00:00
|
|
|
depends="virtual?xserver-abi-input-21_1"
|
2009-03-31 08:40:38 +00:00
|
|
|
short_desc="Xorg synaptics touchpad input driver"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-19 07:18:00 +00:00
|
|
|
homepage="http://www.x.org/"
|
|
|
|
license="MIT"
|
2012-12-16 20:08:59 +00:00
|
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
2014-09-21 15:10:37 +00:00
|
|
|
checksum=d74fdaf29e9888a2cb494e16d0a9ddb24265c5c765b05392b69c50e84ffbf09a
|
2013-04-14 16:42:25 +00:00
|
|
|
|
|
|
|
xf86-input-synaptics-devel_package() {
|
2014-04-01 13:41:47 +00:00
|
|
|
lib32disabled=yes
|
2013-05-15 05:26:27 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-14 16:42:25 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|