kumquat-buildroot/package/x11r7/xproto_presentproto/xproto_presentproto.mk
Bernd Kuhls 972b0caafc package/x11r7/xproto_presentproto: bump version to 1.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-02-01 21:39:33 +01:00

17 lines
648 B
Makefile

################################################################################
#
# xproto_presentproto
#
################################################################################
XPROTO_PRESENTPROTO_VERSION = 1.1
XPROTO_PRESENTPROTO_SOURCE = presentproto-$(XPROTO_PRESENTPROTO_VERSION).tar.bz2
XPROTO_PRESENTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_PRESENTPROTO_LICENSE = MIT
XPROTO_PRESENTPROTO_LICENSE_FILES = presentproto.h
XPROTO_PRESENTPROTO_DEPENDENCIES = host-pkgconf xutil_util-macros
XPROTO_PRESENTPROTO_INSTALL_STAGING = YES
XPROTO_PRESENTPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))