kumquat-buildroot/package/x11r7/xapp_appres/xapp_appres.mk
Bernd Kuhls 24b70f68ea package/x11r7/xapp_appres: 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:31:56 +01:00

15 lines
481 B
Makefile

################################################################################
#
# xapp_appres
#
################################################################################
XAPP_APPRES_VERSION = 1.0.5
XAPP_APPRES_SOURCE = appres-$(XAPP_APPRES_VERSION).tar.bz2
XAPP_APPRES_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_APPRES_LICENSE = MIT
XAPP_APPRES_LICENSE_FILES = COPYING
XAPP_APPRES_DEPENDENCIES = xlib_libX11 xlib_libXt
$(eval $(autotools-package))