aboutsummaryrefslogtreecommitdiffstats
path: root/xext
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-02 23:10:57 +0000
committerChris Larson <clarson@kergoth.com>2004-07-02 23:10:57 +0000
commitd74eddec1aa1361e2e86d7f3ca5eb02d4e0e2cb3 (patch)
treefc12ee5e0589ea11e049b27b274fd82f87995f16 /xext
parent0d9b922409f4f9b9729f78c09b83bd022a7a0d37 (diff)
downloadopenembedded-d74eddec1aa1361e2e86d7f3ca5eb02d4e0e2cb3.tar.gz
BUGFIX: current xext cvs includes man pages, so we need to set mandir in the staging population.
BKrev: 40e5eb81TkNuHw1Mj2mP2qqXLoCH3Q
Diffstat (limited to 'xext')
-rw-r--r--xext/xext_cvs.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/xext/xext_cvs.oe b/xext/xext_cvs.oe
index e69de29bb2..c2fc7e7332 100644
--- a/xext/xext_cvs.oe
+++ b/xext/xext_cvs.oe
@@ -0,0 +1,19 @@
+PV = "0.0cvs${CVSDATE}"
+DESCRIPTION = "X Server Extension library"
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "xproto x11 xextensions"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext"
+S = "${WORKDIR}/Xext"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR} \
+ mandir=${STAGING_DATADIR}/man
+}