summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/xorg-proto-present.in4
-rw-r--r--rules/xorg-proto-present.make37
2 files changed, 41 insertions, 0 deletions
diff --git a/rules/xorg-proto-present.in b/rules/xorg-proto-present.in
new file mode 100644
index 000000000..419b6ac74
--- /dev/null
+++ b/rules/xorg-proto-present.in
@@ -0,0 +1,4 @@
+## SECTION=multimedia_xorg_proto
+
+config XORG_PROTO_PRESENT
+ tristate
diff --git a/rules/xorg-proto-present.make b/rules/xorg-proto-present.make
new file mode 100644
index 000000000..2715688ab
--- /dev/null
+++ b/rules/xorg-proto-present.make
@@ -0,0 +1,37 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# 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_PRESENT) += xorg-proto-present
+
+#
+# Paths and names
+#
+XORG_PROTO_PRESENT_VERSION := 1.0
+XORG_PROTO_PRESENT_MD5 := 2d569c75884455c7148d133d341e8fd6
+XORG_PROTO_PRESENT := presentproto-$(XORG_PROTO_PRESENT_VERSION)
+XORG_PROTO_PRESENT_SUFFIX := tar.bz2
+XORG_PROTO_PRESENT_URL := $(call ptx/mirror, XORG, individual/proto/$(XORG_PROTO_PRESENT).$(XORG_PROTO_PRESENT_SUFFIX))
+XORG_PROTO_PRESENT_SOURCE := $(SRCDIR)/$(XORG_PROTO_PRESENT).$(XORG_PROTO_PRESENT_SUFFIX)
+XORG_PROTO_PRESENT_DIR := $(BUILDDIR)/$(XORG_PROTO_PRESENT)
+XORG_PROTO_PRESENT_LICENSE := unknown
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+XORG_PROTO_PRESENT_CONF_TOOL := autoconf
+
+# vim: syntax=make