31 lines
827 B
Bash
31 lines
827 B
Bash
# Template file for 'libinput'
|
|
pkgname=libinput
|
|
version=1.2.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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=aee3650ad2a864ab9a10e7e63df543cc2b475f6bf3974751037a2df325dabbb1
|
|
|
|
# static_assert()
|
|
CFLAGS="-std=c11"
|
|
|
|
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
|
|
}
|
|
}
|