summaryrefslogtreecommitdiff
path: root/xmu/xmu_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xmu/xmu_cvs.oe')
-rw-r--r--xmu/xmu_cvs.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/xmu/xmu_cvs.oe b/xmu/xmu_cvs.oe
index e69de29bb2..0d4e9e3651 100644
--- a/xmu/xmu_cvs.oe
+++ b/xmu/xmu_cvs.oe
@@ -0,0 +1,14 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DEPENDS = "xt xext"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xmu"
+S = "${WORKDIR}/Xmu"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}