PV = "0.0cvs${CVSDATE}" SECTION = "libs" MAINTAINER = "Greg Gilbert " PROVIDES = "xtrans" DESCRIPTION = "network API translation layer to \ insulate X applications and libraries from OS \ network vageries." SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans" S = "${WORKDIR}/xtrans" inherit autotools libtool pkgconfig do_stage() { oe_runmake install prefix=${STAGING_DIR} \ bindir=${STAGING_BINDIR} \ includedir=${STAGING_INCDIR} \ libdir=${STAGING_LIBDIR} \ datadir=${STAGING_DATADIR} }