vp-build/srcpkgs/xf86-input-synaptics/template

26 lines
761 B
Bash

# Template build file for 'xf86-input-synaptics'.
pkgname=xf86-input-synaptics
version=1.9.0
revision=1
lib32disabled=yes
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-22_1"
short_desc="Xorg synaptics touchpad input driver"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.x.org/"
license="MIT"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
checksum=afba3289d7a40217a19d90db98ce181772f9ca6d77e1898727b0afcf02073b5a
xf86-input-synaptics-devel_package() {
lib32disabled=yes
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}