kumquat-buildroot/package/x11r7/xlib_libXau/xlib_libXau.mk
Bernd Kuhls aa1a1d2156 package/x11r7/xlib_libXau: bump version to 1.0.9
Added all 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-15 21:33:09 +01:00

19 lines
653 B
Makefile

################################################################################
#
# xlib_libXau
#
################################################################################
XLIB_LIBXAU_VERSION = 1.0.9
XLIB_LIBXAU_SOURCE = libXau-$(XLIB_LIBXAU_VERSION).tar.bz2
XLIB_LIBXAU_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXAU_LICENSE = MIT
XLIB_LIBXAU_LICENSE_FILES = COPYING
XLIB_LIBXAU_INSTALL_STAGING = YES
XLIB_LIBXAU_DEPENDENCIES = host-pkgconf xutil_util-macros xorgproto
HOST_XLIB_LIBXAU_DEPENDENCIES = \
host-pkgconf host-xutil_util-macros host-xorgproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))