BUGFIX: current xext cvs includes man pages, so we need to set mandir in the staging...
authorChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 23:10:57 +0000 (23:10 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 23:10:57 +0000 (23:10 +0000)
BKrev: 40e5eb81TkNuHw1Mj2mP2qqXLoCH3Q

xext/xext_cvs.oe

index e69de29..c2fc7e7 100644 (file)
@@ -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
+}