blob: 85cfd785075b11e1de2fbedb0f0d736be248f590 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "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"
Patrick Williamse760df82023-05-26 11:10:49 -050013SRC_URI[sha256sum] = "06a77bf2ac5c993305882bc1641017f5bec1592d6d1b64787bad492ab34f2f36"
Patrick Williams92b42cb2022-09-03 06:53:57 -050014
15inherit autotools pkgconfig
16
17UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"