kumquat-buildroot/package/x11r7/xapp_xev/xapp_xev.mk
Bernd Kuhls 3e531d2e72 package/x11r7/xapp_xev: bump version to 1.2.4
Reformatted hashes.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-07-18 15:20:04 +02:00

15 lines
458 B
Makefile

################################################################################
#
# xapp_xev
#
################################################################################
XAPP_XEV_VERSION = 1.2.4
XAPP_XEV_SOURCE = xev-$(XAPP_XEV_VERSION).tar.bz2
XAPP_XEV_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XEV_LICENSE = MIT
XAPP_XEV_LICENSE_FILES = COPYING
XAPP_XEV_DEPENDENCIES = xlib_libX11 xlib_libXrandr
$(eval $(autotools-package))