void-packages/srcpkgs/libinput/template

24 lines
779 B
Text
Raw Normal View History

2014-03-27 10:19:08 +00:00
# Template file for 'libinput'
pkgname=libinput
2014-12-07 14:28:51 +00:00
version=0.7.0
2014-08-09 11:04:24 +00:00
revision=1
2014-03-27 10:19:08 +00:00
build_style=gnu-configure
hostmakedepends="pkg-config"
2014-12-07 14:28:51 +00:00
makedepends="mtdev-devel libudev-devel libevdev-devel"
2014-03-27 10:19:08 +00:00
short_desc="Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="http://www.freedesktop.org/wiki/Software/libinput/"
distfiles="http://freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
2014-12-07 14:28:51 +00:00
checksum=129f485afe5e4a9394641293991c97cb99f5f3338340d0d65b704ff463d1579e
2014-03-27 10:19:08 +00: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 10:19:08 +00:00
vmove usr/lib/pkgconfig
}
}