30 lines
792 B
Bash
30 lines
792 B
Bash
# Template file for 'xf86-input-libinput'
|
|
pkgname=xf86-input-libinput
|
|
version=0.29.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libinput-devel xorg-server-devel"
|
|
depends="virtual?xserver-abi-input-24_1"
|
|
short_desc="Generic input driver for the X.Org server based on libinput"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
|
checksum=c28b56a21754b972db31798e6a4cf4dc9d69208d08f8fe41701a94def5e94bee
|
|
lib32disabled=yes
|
|
|
|
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
|
|
}
|
|
}
|