23 lines
731 B
Bash
23 lines
731 B
Bash
# Template file for 'libinput'
|
|
pkgname=libinput
|
|
version=0.20.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="mtdev-devel libudev-devel libevdev-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=175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d
|
|
|
|
libinput-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="libudev-devel ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|