kumquat-buildroot/package/x11r7/xapp_xcalc/xapp_xcalc.mk
Bernd Kuhls 4fbc30632d package/x11r7/xapp_xcalc: bump version to 1.1.1
Release notes:
https://lists.x.org/archives/xorg-announce/2022-April/003138.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>
2022-05-12 21:49:27 +02:00

17 lines
614 B
Makefile

################################################################################
#
# xapp_xcalc
#
################################################################################
XAPP_XCALC_VERSION = 1.1.1
XAPP_XCALC_SOURCE = xcalc-$(XAPP_XCALC_VERSION).tar.xz
XAPP_XCALC_SITE = https://xorg.freedesktop.org/releases/individual/app
XAPP_XCALC_LICENSE = MIT
XAPP_XCALC_LICENSE_FILES = COPYING
XAPP_XCALC_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-exec install-data
XAPP_XCALC_DEPENDENCIES = xlib_libXaw
XAPP_XCALC_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
$(eval $(autotools-package))