# -*-makefile-*- # # Copyright (C) 2007 by Michael Olbrich # Copyright (C) 2008 by Robert Schwebel # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # PACKAGES-$(PTXCONF_XCB_PROTO) += xcb-proto # # Paths and names # XCB_PROTO_VERSION := 1.13 XCB_PROTO_MD5 := abe9aa4886138150bbc04ae4f29b90e3 XCB_PROTO := xcb-proto-$(XCB_PROTO_VERSION) XCB_PROTO_SUFFIX := tar.bz2 XCB_PROTO_URL := http://xcb.freedesktop.org/dist/$(XCB_PROTO).$(XCB_PROTO_SUFFIX) XCB_PROTO_SOURCE := $(SRCDIR)/$(XCB_PROTO).$(XCB_PROTO_SUFFIX) XCB_PROTO_DIR := $(BUILDDIR)/$(XCB_PROTO) XCB_PROTO_LICENSE := MIT # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- # # autoconf # XCB_PROTO_CONF_TOOL := autoconf # vim: syntax=make