keep in step with renaming in xlibs tree
authorPhil Blundell <philb@gnu.org>
Sun, 24 Oct 2004 00:10:32 +0000 (00:10 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 24 Oct 2004 00:10:32 +0000 (00:10 +0000)
BKrev: 417af2f8e8T6Cq1OxLwzRl6mxO4z3Q

xxf86dgaext/xxf86dgaext_cvs.oe
xxf86vmext/xxf86vmext_cvs.oe

index e69de29..5db15e1 100644 (file)
@@ -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}
+}
index b63889d..5869009 100644 (file)
@@ -3,8 +3,8 @@ SECTION = "x11/libs"
 MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
 DESCRIPTION = "Xxf86vm extension headers"
 
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86vmExt"
-S = "${WORKDIR}/Xxf86vmExt"
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XF86VMExt"
+S = "${WORKDIR}/XF86VMExt"
 
 inherit autotools pkgconfig