kumquat-buildroot/package/x11r7/xapp_xev/xapp_xev.mk

13 lines
417 B
Makefile
Raw Normal View History

################################################################################
#
# 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))