Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / xaw / xaw_7.0.2.oe
1 SECTION = "x11/libs"
2 PRIORITY = "optional"
3 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
4 DEPENDS = "xproto x11 xt xmu xpm"
5 DESCRIPTION = "X Athena Widgets library"
6
7 SRC_URI = "${XLIBS_MIRROR}/libXaw-${PV}.tar.bz2"
8 S = "${WORKDIR}/libXaw-${PV}"
9
10 inherit autotools pkgconfig 
11
12 # FIXME: libXaw needs a full x11, not diet
13 BROKEN = "1"
14
15 do_stage () {
16         oe_runmake install DESTDIR="" mandir=${STAGING_DATADIR}/man bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
17 }