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