20 lines
609 B
Bash
20 lines
609 B
Bash
# Template build file for 'xf86-input-mtrack'.
|
|
pkgname=xf86-input-mtrack
|
|
version=0.3.1
|
|
revision=2
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config xorg-util-macros"
|
|
makedepends="xorg-server-devel mtdev-devel"
|
|
depends="virtual?xserver-abi-input-24_1"
|
|
short_desc="Xorg Multitouch Trackpad Driver"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
distfiles="https://github.com/BlueDragonX/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=e31138a3e4128edd1268d367f70d78689cb8eabc840b84d4d71b2d8db2d040f1
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|