17 lines
511 B
Bash
17 lines
511 B
Bash
# Template file for 'xinput'
|
|
pkgname=xinput
|
|
version=1.6.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXext-devel libXi-devel libXrandr-devel libXinerama-devel"
|
|
short_desc="Utility to configure and test X input devices"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://www.x.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=35a281dd3b9b22ea85e39869bb7670ba78955d5fec17c6ef7165d61e5aeb66ed
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|