summaryrefslogtreecommitdiff
path: root/xau
diff options
context:
space:
mode:
Diffstat (limited to 'xau')
-rw-r--r--xau/xau_cvs.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/xau/xau_cvs.oe b/xau/xau_cvs.oe
index e69de29bb2..b1fd811153 100644
--- a/xau/xau_cvs.oe
+++ b/xau/xau_cvs.oe
@@ -0,0 +1,19 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DEPENDS = "xproto"
+DESCRIPTION = "Authorization Protocol for X."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau"
+S = "${WORKDIR}/Xau"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}