kumquat-buildroot/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk
Bernd Kuhls 33b9dcd5e1 package/x11r7/xapp_xdriinfo: bump version to 1.0.6
Added all upstream hashes and license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-03-11 09:43:28 +01:00

15 lines
509 B
Makefile

################################################################################
#
# xapp_xdriinfo
#
################################################################################
XAPP_XDRIINFO_VERSION = 1.0.6
XAPP_XDRIINFO_SOURCE = xdriinfo-$(XAPP_XDRIINFO_VERSION).tar.bz2
XAPP_XDRIINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XDRIINFO_LICENSE = MIT
XAPP_XDRIINFO_LICENSE_FILES = COPYING
XAPP_XDRIINFO_DEPENDENCIES = libgl xlib_libX11 xproto_glproto
$(eval $(autotools-package))