diff options
Diffstat (limited to 'recipes/evtest/evtest_1.25.bb')
-rw-r--r-- | recipes/evtest/evtest_1.25.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/evtest/evtest_1.25.bb b/recipes/evtest/evtest_1.25.bb new file mode 100644 index 0000000000..55de6cb2e1 --- /dev/null +++ b/recipes/evtest/evtest_1.25.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Simple tool for input event debugging." +HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" +AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>" +SECTION = "console/utils" +PRIORITY = "optional" +LICENSE = "GPLv2" +PR = "r0" + +SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive" +SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973" +SRC_URI[archive.sha256sum] = "3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473" + +inherit autotools |