2b3c8b620e
Release notes: https://lists.x.org/archives/xorg-announce/2022-April/003162.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>
16 lines
581 B
Makefile
16 lines
581 B
Makefile
################################################################################
|
|
#
|
|
# xapp_bitmap
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_BITMAP_VERSION = 1.1.0
|
|
XAPP_BITMAP_SOURCE = bitmap-$(XAPP_BITMAP_VERSION).tar.xz
|
|
XAPP_BITMAP_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_BITMAP_LICENSE = MIT
|
|
XAPP_BITMAP_LICENSE_FILES = COPYING
|
|
XAPP_BITMAP_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXmu xdata_xbitmaps
|
|
XAPP_BITMAP_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
|
|
|
|
$(eval $(autotools-package))
|