mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
532 B
BlitzBasic
20 lines
532 B
BlitzBasic
PV = "0.0+cvs${SRCDATE}"
|
|
LICENSE = "MIT"
|
|
SECTION = "x11/libs"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "xproto virtual/libx11 libxt libxmu libxpm"
|
|
PROVIDES = "xaw"
|
|
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}
|
|
}
|