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