Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Simple tool for input event debugging" |
| 2 | HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" |
| 3 | AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>" |
| 4 | SECTION = "console/utils" |
| 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 7 | |
| 8 | DEPENDS = "libxml2" |
| 9 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 10 | SRCREV = "ab140a2dab1547f7deb5233be6d94a388cf08b26" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git" |
| 12 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 13 | PV = "1.33+${SRCPV}" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit autotools pkgconfig |