kumquat-buildroot/package/x11r7/xapp_xinput/xapp_xinput.mk
Bernd Kuhls 2f2d3bf3da package/x11r7/xapp_xinput: bump version to 1.6.3
Added all hashes provided by upstream, added license hash.
Updated _SITE according to release notes.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-08-01 09:52:07 +02:00

15 lines
513 B
Makefile

################################################################################
#
# xapp_xinput
#
################################################################################
XAPP_XINPUT_VERSION = 1.6.3
XAPP_XINPUT_SOURCE = xinput-$(XAPP_XINPUT_VERSION).tar.bz2
XAPP_XINPUT_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XINPUT_LICENSE = MIT
XAPP_XINPUT_LICENSE_FILES = COPYING
XAPP_XINPUT_DEPENDENCIES = xlib_libX11 xlib_libXi xlib_libXrandr xlib_libXinerama
$(eval $(autotools-package))