87794ae497
Release notes: https://lists.x.org/archives/xorg-announce/2022-April/003147.html https://lists.x.org/archives/xorg-announce/2022-April/003156.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
598 B
Makefile
16 lines
598 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xclock
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XCLOCK_VERSION = 1.1.1
|
|
XAPP_XCLOCK_SOURCE = xclock-$(XAPP_XCLOCK_VERSION).tar.xz
|
|
XAPP_XCLOCK_SITE = https://xorg.freedesktop.org/archive/individual/app
|
|
XAPP_XCLOCK_LICENSE = MIT
|
|
XAPP_XCLOCK_LICENSE_FILES = COPYING
|
|
XAPP_XCLOCK_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXft xlib_libXrender xlib_libxkbfile
|
|
XAPP_XCLOCK_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
|
|
|
|
$(eval $(autotools-package))
|