summaryrefslogtreecommitdiff
path: root/openembedded/packages/xlibs/xmu_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xlibs/xmu_cvs.bb')
-rw-r--r--openembedded/packages/xlibs/xmu_cvs.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/openembedded/packages/xlibs/xmu_cvs.bb b/openembedded/packages/xlibs/xmu_cvs.bb
new file mode 100644
index 000000000..3f62a8964
--- /dev/null
+++ b/openembedded/packages/xlibs/xmu_cvs.bb
@@ -0,0 +1,20 @@
+PV = "0.0+cvs${SRCDATE}"
+LICENSE = "MIT"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+DEPENDS = "xt xext"
+PR = "r2"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xmu"
+S = "${WORKDIR}/Xmu"
+
+PACKAGES =+ "xmuu xmuu-dev"
+
+FILES_xmuu = "${libdir}/libXmuu.so.*"
+FILES_xmuu-dev = "${libdir}/libXmuu.so"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}