blob: bdca64f35708fe89497188403eb1fc47a068e75c [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "Wrapper library for evdev devices"
2DESCRIPTION = "A library for handling evdev kernel devices. It abstracts \
3the evdev ioctls through type-safe interfaces and provides functions \
4to change the appearance of the device."
5HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
6SECTION = "libs"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
10 "
11
12SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
13SRC_URI[sha256sum] = "1dbba41bc516d3ca7abc0da5b862efe3ea8a7018fa6e9b97ce9d39401b22426c"
14
15inherit autotools pkgconfig
16
17UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"