repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libdmx: Add fso-specs to DEPENDS
[openembedded.git]
/
recipes
/
xorg-doc
/
xorg-doc-common.inc
blob
56d2d5c1ea0c6a081f5f3a47e97df08108e0f788
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;name=archive"
8
9
S = "${WORKDIR}/${XORG_PN}-${PV}"
10
11
inherit autotools pkgconfig
12
13
do_stage() {
14
autotools_stage_all
15
}