Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[openembedded.git] / recipes / xorg-doc / xorg-doc-common.inc
1 DESCRIPTION = "X documentation"
2 HOMEPAGE = "http://www.x.org"
3 SECTION = "x11/docs"
4 LICENSE = "MIT-X"
5
6 XORG_PN = "${PN}"
7 SRC_URI = "${XORG_MIRROR}/individual/doc/${XORG_PN}-${PV}.tar.bz2"
8
9 S = "${WORKDIR}/${XORG_PN}-${PV}"
10
11 inherit autotools pkgconfig
12
13 do_stage() {
14         autotools_stage_all
15 }