1SUMMARY = "Kernel evdev device emulation"
2DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. "
3HOMEPAGE = "http://bitmath.org/code/evemu/"
4
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
7
8inherit autotools
9
10SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http \
11           file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
12           "
13SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
14
15PV = "1.0.6+git${SRCPV}"
16
17S = "${WORKDIR}/git"
18
19PARALLEL_MAKE = ""
20