kumquat-buildroot/package/x11r7/xproto_xproto/xproto_xproto.mk
Bernd Kuhls e8ac753718 xorg: Bump xproto_xproto version to 7.0.25
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-05 22:11:57 +01:00

17 lines
552 B
Makefile

################################################################################
#
# xproto_xproto
#
################################################################################
XPROTO_XPROTO_VERSION = 7.0.25
XPROTO_XPROTO_SOURCE = xproto-$(XPROTO_XPROTO_VERSION).tar.bz2
XPROTO_XPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XPROTO_LICENSE = MIT
XPROTO_XPROTO_LICENSE_FILES = COPYING
XPROTO_XPROTO_INSTALL_STAGING = YES
XPROTO_XPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))
$(eval $(host-autotools-package))