hc
2023-12-06 d38611ca164021d018c1b23eee65bbebc09c63e0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Kernel evdev device emulation"
DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices."
HOMEPAGE = "https://www.freedesktop.org/wiki/Evemu"
 
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
DEPENDS = "libevdev"
 
SRCREV = "86a5627dbeac8d9d9bc34326a758d6a477e876e4"
SRC_URI = "git://git@gitlab.freedesktop.org/libevdev/evemu.git;protocol=https;branch=master"
 
S = "${WORKDIR}/git"
PV = "gitr${SRCPV}"
 
inherit autotools pkgconfig
 
PACKAGES =+ "${PN}-python"
FILES:${PN}-python = "${libdir}/python*/site-packages/*"
RDEPENDS:${PN}-python = "python3"