30 lines
793 B
Bash
30 lines
793 B
Bash
# Template build file for 'xf86-input-libinput'.
|
|
pkgname=xf86-input-libinput
|
|
version=0.15.0
|
|
revision=2
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorg-server-devel libinput-devel"
|
|
depends="virtual?xserver-abi-input-22_1"
|
|
short_desc="Generic input driver for the X.Org server based on libinput"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
|
checksum=28707c504194648b11a1e26acf13039b60bf344efa6aa9788afed6d47f019a41
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
xf86-input-libinput-devel_package() {
|
|
lib32disabled=yes
|
|
depends="${makedepends}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|