SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell " DEPENDS = "xt xext xaw" SRC_URI = "${XLIBS_MIRROR}/libXmu-${PV}.tar.bz2" S = "${WORKDIR}/libXmu-${PV}" inherit autotools pkgconfig do_stage () { oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} }