diff options
Diffstat (limited to 'package/x11r7/xapp_xinput/xapp_xinput.mk')
-rw-r--r-- | package/x11r7/xapp_xinput/xapp_xinput.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xinput/xapp_xinput.mk b/package/x11r7/xapp_xinput/xapp_xinput.mk new file mode 100644 index 000000000..20d23f283 --- /dev/null +++ b/package/x11r7/xapp_xinput/xapp_xinput.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# xapp_xinput -- xinput +# +################################################################################ + +XAPP_XINPUT_VERSION = 1.5.0 +XAPP_XINPUT_SOURCE = xinput-$(XAPP_XINPUT_VERSION).tar.bz2 +XAPP_XINPUT_SITE = http://xorg.freedesktop.org/releases/individual/app +XAPP_XINPUT_AUTORECONF = NO +XAPP_XINPUT_DEPENDENCIES = xlib_libX11 + +$(eval $(call AUTOTARGETS,package/x11r7,xapp_xinput)) |