From b1d9961a91e6e9a0f1a1914025b340806da8bc5b Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 19 Jun 2004 12:05:33 +0000 Subject: xlibs2_mirror.patch BKrev: 40d42c0d9E908yy7t2yKROMTvAK-BQ --- compositeext/compositeext_2.0.oe | 16 ++++++++++++++++ damageext/damageext_1.0.oe | 16 ++++++++++++++++ fixesext/fixesext_2.0.1.oe | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/compositeext/compositeext_2.0.oe b/compositeext/compositeext_2.0.oe index e69de29bb2..14c27a5124 100644 --- a/compositeext/compositeext_2.0.oe +++ b/compositeext/compositeext_2.0.oe @@ -0,0 +1,16 @@ +SECTION = "libs" +MAINTAINER = "Greg Gilbert " +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} +} diff --git a/damageext/damageext_1.0.oe b/damageext/damageext_1.0.oe index e69de29bb2..0ac191cfb1 100644 --- a/damageext/damageext_1.0.oe +++ b/damageext/damageext_1.0.oe @@ -0,0 +1,16 @@ +SECTION = "libs" +MAINTAINER = "Greg Gilbert " +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} +} diff --git a/fixesext/fixesext_2.0.1.oe b/fixesext/fixesext_2.0.1.oe index e69de29bb2..df20f78d8b 100644 --- a/fixesext/fixesext_2.0.1.oe +++ b/fixesext/fixesext_2.0.1.oe @@ -0,0 +1,16 @@ +SECTION = "libs" +MAINTAINER = "Greg Gilbert " +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} +} -- cgit 1.2.3-korg