aboutsummaryrefslogtreecommitdiffstats
path: root/xtrans/xtrans_0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xtrans/xtrans_0.1.oe')
-rw-r--r--xtrans/xtrans_0.1.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/xtrans/xtrans_0.1.oe b/xtrans/xtrans_0.1.oe
deleted file mode 100644
index ad0f5e2719..0000000000
--- a/xtrans/xtrans_0.1.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-SECTION = "x11/libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DESCRIPTION = "network API translation layer to \
-insulate X applications and libraries from OS \
-network vageries."
-
-SRC_URI = "${XLIBS_MIRROR}/libXtrans-0.1.tar.bz2"
-S = "${WORKDIR}/libXtrans-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}