18 lines
596 B
Bash
18 lines
596 B
Bash
# Template build file for 'xinput_calibrator'.
|
|
pkgname=xinput_calibrator
|
|
version=0.7.5
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXrandr-devel libXi-devel"
|
|
short_desc="Utility to calibrate X input devices"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="MIT/X11"
|
|
homepage="http://www.freedesktop.org/wiki/Software/xinput_calibrator"
|
|
distfiles="http://github.com/downloads/tias/xinput_calibrator/$pkgname-$version.tar.gz"
|
|
checksum=baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|