summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-dri2.make
blob: 1f92d3988e2d0104c6d6218377d620f2e696d2e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*-makefile-*-
#
# Copyright (C) 2009 by Erwin Rol
# Copyright (C) 2009 by Robert Schwebel
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
PACKAGES-$(PTXCONF_XORG_PROTO_DRI2) += xorg-proto-dri2

#
# Paths and names
#
XORG_PROTO_DRI2_VERSION	:= 2.8
XORG_PROTO_DRI2_MD5	:= b2721d5d24c04d9980a0c6540cb5396a
XORG_PROTO_DRI2		:= dri2proto-$(XORG_PROTO_DRI2_VERSION)
XORG_PROTO_DRI2_SUFFIX	:= tar.bz2
XORG_PROTO_DRI2_URL	:= $(call ptx/mirror, XORG, individual/proto/$(XORG_PROTO_DRI2).$(XORG_PROTO_DRI2_SUFFIX))
XORG_PROTO_DRI2_SOURCE	:= $(SRCDIR)/$(XORG_PROTO_DRI2).$(XORG_PROTO_DRI2_SUFFIX)
XORG_PROTO_DRI2_DIR	:= $(BUILDDIR)/$(XORG_PROTO_DRI2)
XORG_PROTO_DRI2_LICENSE	:= MIT

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

#
# autoconf
#
XORG_PROTO_DRI2_CONF_TOOL := autoconf

# vim: syntax=make