]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/xaw/xaw_cvs.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / xaw / xaw_cvs.bb
1 PV = "0.0cvs${CVSDATE}"
2 LICENSE = "MIT"
3 SECTION = "x11/libs"
4 PRIORITY = "optional"
5 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
6 DEPENDS = "xproto x11 xt xmu xpm"
7 DESCRIPTION = "X Athena Widgets library"
8
9 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xaw"
10 S = "${WORKDIR}/Xaw"
11
12 inherit autotools pkgconfig 
13
14 # FIXME: libXaw needs a full x11, not diet
15 BROKEN = "1"
16
17 do_stage () {
18         oe_runmake install DESTDIR="" mandir=${STAGING_DATADIR}/man bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
19 }