b52b3e2578
Release notes: https://lists.x.org/archives/xorg-announce/2022-April/003145.html 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
469 B
Makefile
15 lines
469 B
Makefile
################################################################################
|
|
#
|
|
# xapp_rstart
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_RSTART_VERSION = 1.0.6
|
|
XAPP_RSTART_SOURCE = rstart-$(XAPP_RSTART_VERSION).tar.xz
|
|
XAPP_RSTART_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_RSTART_LICENSE = MIT
|
|
XAPP_RSTART_LICENSE_FILES = COPYING
|
|
XAPP_RSTART_DEPENDENCIES = xlib_libX11
|
|
|
|
$(eval $(autotools-package))
|