kumquat-buildroot/package/x11r7/xapp_xev/xapp_xev.mk
Peter Korsgaard d4fa80e04e xapp_xev: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-09-22 21:34:57 +02:00

13 lines
417 B
Makefile

################################################################################
#
# xapp_xev -- print contents of X events
#
################################################################################
XAPP_XEV_VERSION = 1.1.0
XAPP_XEV_SOURCE = xev-$(XAPP_XEV_VERSION).tar.bz2
XAPP_XEV_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XEV_DEPENDENCIES = xlib_libX11
$(eval $(autotools-package))