summaryrefslogtreecommitdiff
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, 18 insertions, 0 deletions
diff --git a/xtrans/xtrans_0.1.oe b/xtrans/xtrans_0.1.oe
index e69de29bb2..2aefe69bcd 100644
--- a/xtrans/xtrans_0.1.oe
+++ b/xtrans/xtrans_0.1.oe
@@ -0,0 +1,18 @@
+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 = "http://freedesktop.org/~xlibs/release/libXtrans-0.1.tar.bz2"
+S = "${WORKDIR}/libXtrans-${PV}"
+
+inherit autotools libtool pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}