af28df1244538b6163fe68d7999f0dd375f6edd5
[vuplus_openembedded] / xaw / xaw_cvs.oe
1 PV = "0.0cvs${CVSDATE}"
2 SECTION = "x11/libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
5 DEPENDS = "xproto x11 xt xmu xpm"
6 DESCRIPTION = "X Athena Widgets library"
7
8 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xaw"
9 S = "${WORKDIR}/Xaw"
10
11 inherit autotools pkgconfig 
12
13 # FIXME: libXaw needs a full x11, not diet
14 BROKEN = "1"
15
16 do_stage () {
17         oe_runmake install DESTDIR="" mandir=${STAGING_DATADIR}/man bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
18 }