2014-03-27 11:19:08 +01:00
|
|
|
# Template file for 'libinput'
|
|
|
|
pkgname=libinput
|
2015-03-25 08:29:39 +01:00
|
|
|
version=0.13.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-03-12 10:00:04 +01:00
|
|
|
short_desc="Provides handling input devices in Wayland compositors and X.Org"
|
2014-03-27 11:19:08 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="http://www.freedesktop.org/wiki/Software/libinput/"
|
2015-03-12 10:00:04 +01:00
|
|
|
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
|
2015-03-25 08:29:39 +01:00
|
|
|
checksum=6cecaf7fde525f1d81474cbd495ce526d5e34c845d3e9d6f3e2565b7048cc61a
|
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
|
2014-09-19 15:52:11 +02:00
|
|
|
vmove usr/lib/*.so
|
2014-03-27 11:19:08 +01:00
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|