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