correct libxxf86dga staging
authorPhil Blundell <philb@gnu.org>
Sun, 5 Dec 2004 18:45:45 +0000 (18:45 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 5 Dec 2004 18:45:45 +0000 (18:45 +0000)
BKrev: 41b35759xL2b7uxWSNx3K1630aXrsw

libxxf86dga/libxxf86dga_cvs.oe

index e69de29..bb83a73 100644 (file)
@@ -0,0 +1,14 @@
+PV = "0.0cvs${CVSDATE}"
+
+SECTION = "x11/libs"
+DEPENDS = "x11 xext xxf86dgaext"
+DESCRIPTION = "Xxf86dga extension library."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86dga"
+S = "${WORKDIR}/Xxf86dga"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+       oe_libinstall -so -a libXxf86dga ${STAGING_LIBDIR}
+}