kumquat-buildroot/package/x11r7/xapp_viewres/xapp_viewres.mk
Bernd Kuhls be4449e701 package/x11r7/xapp_viewres: bump version to 1.0.5
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:42:54 +01:00

15 lines
479 B
Makefile

################################################################################
#
# xapp_viewres
#
################################################################################
XAPP_VIEWRES_VERSION = 1.0.5
XAPP_VIEWRES_SOURCE = viewres-$(XAPP_VIEWRES_VERSION).tar.bz2
XAPP_VIEWRES_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_VIEWRES_LICENSE = MIT
XAPP_VIEWRES_LICENSE_FILES = COPYING
XAPP_VIEWRES_DEPENDENCIES = xlib_libXaw
$(eval $(autotools-package))