summaryrefslogtreecommitdiff
path: root/xxf86dgaext
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-10-24 00:10:32 +0000
committerPhil Blundell <philb@gnu.org>2004-10-24 00:10:32 +0000
commit430c1d9dfb3805d66d0cce13e2665b39bcb99081 (patch)
treeebfb43802f757c62ad33290bb2a0f87b37cc6a6d /xxf86dgaext
parentcd75c44355db2513b1a6eb8d8263a28556f8534f (diff)
keep in step with renaming in xlibs tree
BKrev: 417af2f8e8T6Cq1OxLwzRl6mxO4z3Q
Diffstat (limited to 'xxf86dgaext')
-rw-r--r--xxf86dgaext/xxf86dgaext_cvs.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/xxf86dgaext/xxf86dgaext_cvs.oe b/xxf86dgaext/xxf86dgaext_cvs.oe
index e69de29bb2..5db15e16f9 100644
--- a/xxf86dgaext/xxf86dgaext_cvs.oe
+++ b/xxf86dgaext/xxf86dgaext_cvs.oe
@@ -0,0 +1,17 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "x11/libs"
+MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
+DESCRIPTION = "Xxf86dga extension headers"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XF86DGAExt"
+S = "${WORKDIR}/XF86DGAExt"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}