kumquat-buildroot/package/x11r7/xapp_xbiff/xapp_xbiff.mk
Bernd Kuhls 143a32b3cf package/x11r7/xapp_xbiff: bump version to 1.0.4
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: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-07-17 07:17:11 +02:00

15 lines
476 B
Makefile

################################################################################
#
# xapp_xbiff
#
################################################################################
XAPP_XBIFF_VERSION = 1.0.4
XAPP_XBIFF_SOURCE = xbiff-$(XAPP_XBIFF_VERSION).tar.bz2
XAPP_XBIFF_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XBIFF_LICENSE = MIT
XAPP_XBIFF_LICENSE_FILES = COPYING
XAPP_XBIFF_DEPENDENCIES = xlib_libXaw xdata_xbitmaps
$(eval $(autotools-package))