BKrev: 3fc5a488cy5iTlGH-gKXNrxRynxM6g
inherit autotools pkgconfig
do_stage() {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
-
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
}
DEPENDS=virtual/libc ncurses
SRC_URI="${SOURCEFORGE_MIRROR}/psmisc/psmisc-20.2.tar.gz \
- file://${FILESDIR}/configure.patch;patch=1"
+ file://${FILESDIR}/configure.patch;patch=1 \
+ file://${FILESDIR}/m4.patch;patch=1"
S="${WORKDIR}/${P}"
inherit autotools
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xdmcp
S=${WORKDIR}/Xdmcp
-inherit autotools pkgconfig
+inherit autotools pkgconfig libtool
do_stage() {
oe_runmake install DESTDIR=${STAGING_DIR} \
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont
S=${WORKDIR}/Xfont
-inherit autotools pkgconfig
+inherit autotools pkgconfig libtool
do_stage() {
oe_runmake install DESTDIR=${STAGING_DIR} \