24 lines
731 B
Bash
24 lines
731 B
Bash
# Template file for 'libinput'
|
|
pkgname=libinput
|
|
version=0.18.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=64a70f96bab17a22eaf2fd7af17cf83def3388374096c7623be9448f62808cda
|
|
|
|
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
|
|
}
|
|
}
|