kumquat-buildroot/package/x11r7/xlib_libXext/xlib_libXext.mk
Bernd Kuhls 45fcea5703 package/x11r7/xlib_libXext: bump version to 1.3.4
Added all hashes provided by upstream and license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-03-24 23:06:52 +01:00

17 lines
578 B
Makefile

################################################################################
#
# xlib_libXext
#
################################################################################
XLIB_LIBXEXT_VERSION = 1.3.4
XLIB_LIBXEXT_SOURCE = libXext-$(XLIB_LIBXEXT_VERSION).tar.bz2
XLIB_LIBXEXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXEXT_LICENSE = MIT
XLIB_LIBXEXT_LICENSE_FILES = COPYING
XLIB_LIBXEXT_INSTALL_STAGING = YES
XLIB_LIBXEXT_DEPENDENCIES = xlib_libX11 xorgproto
XLIB_LIBXEXT_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))