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