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