29 lines
867 B
Bash
29 lines
867 B
Bash
# Template file for 'libinput'
|
|
pkgname=libinput
|
|
version=1.8.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-tests --disable-debug-gui --disable-documentation"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="mtdev-devel eudev-libudev-devel libevdev-devel libwacom-devel"
|
|
short_desc="Provides handling input devices in Wayland compositors and X"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://www.freedesktop.org/wiki/Software/libinput/"
|
|
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=e3590a9037e561a5791c8bd3b34bfd30fad5cacd8cbefc0d75fafe3a41d07147
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
libinput-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|