void-packages/srcpkgs/libinput/template

24 lines
731 B
Bash
Raw Normal View History

2014-03-27 11:19:08 +01:00
# Template file for 'libinput'
pkgname=libinput
2015-07-16 23:25:03 +02:00
version=0.20.0
2014-08-09 13:04:24 +02:00
revision=1
2014-03-27 11:19:08 +01:00
build_style=gnu-configure
hostmakedepends="pkg-config"
2014-12-07 15:28:51 +01:00
makedepends="mtdev-devel libudev-devel libevdev-devel"
2015-04-23 10:08:29 +02:00
short_desc="Provides handling input devices in Wayland compositors and X"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-03-27 11:19:08 +01:00
license="MIT"
homepage="http://www.freedesktop.org/wiki/Software/libinput/"
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
2015-07-16 23:25:03 +02:00
checksum=175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d
2014-03-27 11:19:08 +01:00
libinput-devel_package() {
short_desc+=" - development files"
depends="libudev-devel ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
2014-03-27 11:19:08 +01:00
vmove usr/lib/pkgconfig
}
}