1*4882a593SmuzhiyunSUMMARY = "Kernel evdev device emulation" 2*4882a593SmuzhiyunDESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. " 3*4882a593SmuzhiyunHOMEPAGE = "http://bitmath.org/code/evemu/" 4*4882a593Smuzhiyun 5*4882a593SmuzhiyunLICENSE = "GPL-3.0-only" 6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" 7*4882a593Smuzhiyun 8*4882a593Smuzhiyuninherit autotools 9*4882a593Smuzhiyun 10*4882a593SmuzhiyunSRC_URI = "git://bitmath.org/git/evemu.git;protocol=http;branch=master \ 11*4882a593Smuzhiyun file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ 12*4882a593Smuzhiyun " 13*4882a593SmuzhiyunSRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunPV = "1.0.6+git${SRCPV}" 16*4882a593Smuzhiyun 17*4882a593SmuzhiyunS = "${WORKDIR}/git" 18*4882a593Smuzhiyun 19*4882a593SmuzhiyunPARALLEL_MAKE = "" 20