kumquat-buildroot/package/x11r7/xapp_xwininfo/xapp_xwininfo.mk
Bernd Kuhls 1cc48c3bdf package/x11r7/xapp_xwininfo: bump version to 1.1.4
Added all upstream hashes, added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-03-24 22:01:13 +01:00

15 lines
500 B
Makefile

################################################################################
#
# xapp_xwininfo
#
################################################################################
XAPP_XWININFO_VERSION = 1.1.4
XAPP_XWININFO_SOURCE = xwininfo-$(XAPP_XWININFO_VERSION).tar.bz2
XAPP_XWININFO_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XWININFO_LICENSE = MIT
XAPP_XWININFO_LICENSE_FILES = COPYING
XAPP_XWININFO_DEPENDENCIES = xlib_libX11 xlib_libXmu
$(eval $(autotools-package))