beff053e9a
Release notes: https://lists.x.org/archives/xorg-announce/2022-April/003139.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
587 B
Makefile
16 lines
587 B
Makefile
################################################################################
|
|
#
|
|
# xapp_editres
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_EDITRES_VERSION = 1.0.8
|
|
XAPP_EDITRES_SOURCE = editres-$(XAPP_EDITRES_VERSION).tar.xz
|
|
XAPP_EDITRES_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_EDITRES_LICENSE = MIT
|
|
XAPP_EDITRES_LICENSE_FILES = COPYING
|
|
XAPP_EDITRES_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXmu xlib_libXt
|
|
XAPP_EDITRES_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
|
|
|
|
$(eval $(autotools-package))
|