]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/xlibs/xmu_6.2.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / xlibs / xmu_6.2.3.bb
1 SECTION = "libs"
2 PRIORITY = "optional"
3 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
4 DEPENDS = "xt xext xaw"
5
6 SRC_URI = "${XLIBS_MIRROR}/libXmu-${PV}.tar.bz2"
7 S = "${WORKDIR}/libXmu-${PV}"
8
9 inherit autotools pkgconfig 
10
11 do_stage () {
12         oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
13 }