diff options
Diffstat (limited to 'xtrans/xtrans_cvs.oe')
-rw-r--r-- | xtrans/xtrans_cvs.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xtrans/xtrans_cvs.oe b/xtrans/xtrans_cvs.oe index e69de29bb2..fa420c0eeb 100644 --- a/xtrans/xtrans_cvs.oe +++ b/xtrans/xtrans_cvs.oe @@ -0,0 +1,19 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +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 pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} |