1564c1e6e9
https://lists.x.org/archives/xorg-announce/2022-December/003267.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
473 B
Makefile
15 lines
473 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xgamma
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XGAMMA_VERSION = 1.0.7
|
|
XAPP_XGAMMA_SOURCE = xgamma-$(XAPP_XGAMMA_VERSION).tar.xz
|
|
XAPP_XGAMMA_SITE = https://xorg.freedesktop.org/archive/individual/app
|
|
XAPP_XGAMMA_LICENSE = MIT
|
|
XAPP_XGAMMA_LICENSE_FILES = COPYING
|
|
XAPP_XGAMMA_DEPENDENCIES = xlib_libXxf86vm
|
|
|
|
$(eval $(autotools-package))
|