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