diff options
Diffstat (limited to 'openembedded/packages/xmu')
-rw-r--r-- | openembedded/packages/xmu/xmu_cvs.bb | 21 |
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 000000000..c7e5f8461 --- /dev/null +++ b/openembedded/packages/xmu/xmu_cvs.bb @@ -0,0 +1,21 @@ +PV = "0.0cvs${CVSDATE}" +LICENSE = "MIT" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +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 () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} |