summaryrefslogtreecommitdiff
path: root/xtrans
diff options
context:
space:
mode:
Diffstat (limited to 'xtrans')
-rw-r--r--xtrans/xtrans-cvs.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe
index e69de29bb2..e4e526e55f 100644
--- a/xtrans/xtrans-cvs.oe
+++ b/xtrans/xtrans-cvs.oe
@@ -0,0 +1,12 @@
+SECTION="libs"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans
+S=${WORKDIR}/xtrans
+
+inherit autotools libtool pkgconfig
+
+do_stage() {
+ oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}
+