aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-proto/xorg-proto-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-proto/xorg-proto-common.inc')
-rw-r--r--recipes/xorg-proto/xorg-proto-common.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/xorg-proto/xorg-proto-common.inc b/recipes/xorg-proto/xorg-proto-common.inc
new file mode 100644
index 0000000000..c2b47572cf
--- /dev/null
+++ b/recipes/xorg-proto/xorg-proto-common.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "X protocol headers: ${XORG_PN}"
+HOMEPAGE = "http://www.x.org"
+SECTION = "x11/libs"
+LICENSE = "MIT-X"
+
+XORG_PN = "${PN}"
+
+ALLOW_EMPTY = "1"
+
+SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2"
+
+S = "${WORKDIR}/${XORG_PN}-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}