void-packages/srcpkgs/libinput/template

24 lines
731 B
Bash
Raw Normal View History

2014-03-27 10:19:08 +00:00
# Template file for 'libinput'
pkgname=libinput
2015-10-29 05:41:15 +00:00
version=1.1.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"
2015-04-23 08:08:29 +00:00
short_desc="Provides handling input devices in Wayland compositors and X"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-03-27 10:19:08 +00:00
license="MIT"
homepage="http://www.freedesktop.org/wiki/Software/libinput/"
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
2015-10-29 05:41:15 +00:00
checksum=673186ea2a0d2b695afaa9758834f9217b175774d9ae222e1b43ff63c663f582
2014-03-27 10:19:08 +00:00
libinput-devel_package() {
short_desc+=" - development files"
2015-09-05 06:50:19 +00:00
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
2014-03-27 10:19:08 +00:00
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
2014-03-27 10:19:08 +00:00
vmove usr/lib/pkgconfig
}
}