summaryrefslogtreecommitdiff
path: root/xtrans
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-12-17 21:37:56 +0000
committerChris Larson <clarson@kergoth.com>2003-12-17 21:37:56 +0000
commit004cd99bce0f5585aa447dd52a78f2697e5555d8 (patch)
tree0a6c6e79a0a01953701aa12b6e28e6615fd0bf4d /xtrans
parent151dcc2979e059f5726f9d261f74b617ed12ec4a (diff)
Remove unnecessary virtual/libc dependencies in the X header packages.
BKrev: 3fe0ccb4SXZn1PyYaq9ewgsuUSKBFQ
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}
+}
+