summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xmu
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xmu')
-rw-r--r--openembedded/packages/xmu/xmu_cvs.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/openembedded/packages/xmu/xmu_cvs.bb b/openembedded/packages/xmu/xmu_cvs.bb
new file mode 100644
index 0000000000..c7e5f84617
--- /dev/null
+++ b/openembedded/packages/xmu/xmu_cvs.bb
@@ -0,0 +1,21 @@
1PV = "0.0cvs${CVSDATE}"
2LICENSE = "MIT"
3SECTION = "x11/libs"
4PRIORITY = "optional"
5MAINTAINER = "Phil Blundell <pb@handhelds.org>"
6DEPENDS = "xt xext"
7PR = "r2"
8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xmu"
10S = "${WORKDIR}/Xmu"
11
12PACKAGES =+ "xmuu xmuu-dev"
13
14FILES_xmuu = "${libdir}/libXmuu.so.*"
15FILES_xmuu-dev = "${libdir}/libXmuu.so"
16
17inherit autotools pkgconfig
18
19do_stage () {
20 oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
21}