From 4b7faf38efa2d036009526723fbe030e7af266c2 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 8 May 2004 09:58:08 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages 2004/05/08 11:58:01+02:00 uni-frankfurt.de!mickeyl add x11-native and make uicmoc3-native use it - patch courtesy pb_. BKrev: 409caf30iJ047Dmkn4hxYs2CzFa1Vg --- xtrans/xtrans-native_0.1.oe | 0 xtrans/xtrans_0.1.oe | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 xtrans/xtrans-native_0.1.oe (limited to 'xtrans') diff --git a/xtrans/xtrans-native_0.1.oe b/xtrans/xtrans-native_0.1.oe new file mode 100644 index 0000000000..e69de29bb2 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 " +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} +} -- cgit v1.2.3