void-packages/srcpkgs/xf86-input-synaptics/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

25 lines
758 B
Bash

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