20 lines
603 B
Bash
20 lines
603 B
Bash
# Template build file for 'xf86-input-mtrack'.
|
|
pkgname=xf86-input-mtrack
|
|
version=0.4.1
|
|
revision=1
|
|
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/p2rkw/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=9ee33a2f11f176c775bcfe7e585f09f1e1461967d6588a8b8b5869ecc2ec3c5d
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|