2014-03-27 10:19:08 +00:00
|
|
|
# Template file for 'libinput'
|
|
|
|
pkgname=libinput
|
2015-03-12 08:41:06 +00:00
|
|
|
version=0.12.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"
|
2015-03-12 08:41:06 +00:00
|
|
|
checksum=6e0ce9dd9ff04e9ac382dffb7fa332b94f093227a197a9c8189e87de6d88b55a
|
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
|
2014-09-19 13:52:11 +00:00
|
|
|
vmove usr/lib/*.so
|
2014-03-27 10:19:08 +00:00
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|