kumquat-buildroot/package/x11r7/xapp_twm/xapp_twm.mk
Bernd Kuhls 432714f818 package/x11r7/xapp_twm: bump version to 1.0.12
Release notes:
https://lists.x.org/archives/xorg-announce/2022-April/003135.html

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:22 +02:00

16 lines
493 B
Makefile

################################################################################
#
# xapp_twm
#
################################################################################
XAPP_TWM_VERSION = 1.0.12
XAPP_TWM_SOURCE = twm-$(XAPP_TWM_VERSION).tar.xz
XAPP_TWM_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_TWM_LICENSE = MIT
XAPP_TWM_LICENSE_FILES = COPYING
XAPP_TWM_DEPENDENCIES = \
host-bison xlib_libX11 xlib_libXext xlib_libXt xlib_libXmu
$(eval $(autotools-package))