57e517a294
Release notes: https://lists.x.org/archives/xorg-announce/2022-April/003151.html Removed md5 and sha1 hashes, not provided by upstream anymore. Reformatted license hash. Switched tarball to upstream-provided .xz format. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
487 B
Makefile
15 lines
487 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xlsfonts
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XLSFONTS_VERSION = 1.0.7
|
|
XAPP_XLSFONTS_SOURCE = xlsfonts-$(XAPP_XLSFONTS_VERSION).tar.xz
|
|
XAPP_XLSFONTS_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XLSFONTS_LICENSE = MIT
|
|
XAPP_XLSFONTS_LICENSE_FILES = COPYING
|
|
XAPP_XLSFONTS_DEPENDENCIES = xlib_libX11
|
|
|
|
$(eval $(autotools-package))
|