xlibs2_mirror.patch
authorPhil Blundell <philb@gnu.org>
Sat, 19 Jun 2004 12:05:33 +0000 (12:05 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 19 Jun 2004 12:05:33 +0000 (12:05 +0000)
BKrev: 40d42c0d9E908yy7t2yKROMTvAK-BQ

compositeext/compositeext_2.0.oe
damageext/damageext_1.0.oe
fixesext/fixesext_2.0.1.oe

index e69de29..14c27a5 100644 (file)
@@ -0,0 +1,16 @@
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DEPENDS = "xextensions fixesext"
+DESCRIPTION = "X Composite extension headers and specification"
+
+SRC_URI = "${XLIBS_MIRROR}/compositeext-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}
index e69de29..0ac191c 100644 (file)
@@ -0,0 +1,16 @@
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DEPENDS = "xextensions fixesext"
+DESCRIPTION = "X Damage extension headers and specification"
+
+SRC_URI = "${XLIBS_MIRROR}/damageext-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}
index e69de29..df20f78 100644 (file)
@@ -0,0 +1,16 @@
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DEPENDS = "xextensions"
+DESCRIPTION = "X Fixes extension headers and specification."
+
+SRC_URI = "${XLIBS_MIRROR}/fixesext-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}