kumquat-buildroot/package/x11r7/xapp_xcompmgr/xapp_xcompmgr.mk
Bernd Kuhls b675a97e72 package/x11r7/xapp_xcompmgr: bump version to 1.1.8
Added hashes provided by upstream and license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-03-31 14:03:30 +02:00

20 lines
570 B
Makefile

################################################################################
#
# xapp_xcompmgr
#
################################################################################
XAPP_XCOMPMGR_VERSION = 1.1.8
XAPP_XCOMPMGR_SOURCE = xcompmgr-$(XAPP_XCOMPMGR_VERSION).tar.bz2
XAPP_XCOMPMGR_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCOMPMGR_LICENSE = MIT
XAPP_XCOMPMGR_LICENSE_FILES = COPYING
XAPP_XCOMPMGR_DEPENDENCIES = \
xlib_libXcomposite \
xlib_libXdamage \
xlib_libXext \
xlib_libXfixes \
xlib_libXrender
$(eval $(autotools-package))