From 4b46c1f6e891b1ddd5968536440b888661fade3e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 31 Aug 2005 10:45:47 +0000 Subject: Initial population git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/libxfixes/files/autofoo.patch | 20 ++++++++++++++++++++ openembedded/packages/libxfixes/libxfixes_2.0.1.bb | 19 +++++++++++++++++++ openembedded/packages/libxfixes/libxfixes_cvs.bb | 18 ++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 openembedded/packages/libxfixes/files/autofoo.patch create mode 100644 openembedded/packages/libxfixes/libxfixes_2.0.1.bb create mode 100644 openembedded/packages/libxfixes/libxfixes_cvs.bb (limited to 'openembedded/packages/libxfixes') diff --git a/openembedded/packages/libxfixes/files/autofoo.patch b/openembedded/packages/libxfixes/files/autofoo.patch new file mode 100644 index 0000000000..26803cf7f3 --- /dev/null +++ b/openembedded/packages/libxfixes/files/autofoo.patch @@ -0,0 +1,20 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- libXfixes-2.0.1/configure.ac~autofoo 2004-01-15 03:40:23.000000000 -0500 ++++ libXfixes-2.0.1/configure.ac 2005-01-18 13:35:33.461221360 -0500 +@@ -33,11 +33,11 @@ + dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n + dnl + AC_INIT(libXfixes, 2.0.1, [keithp@keithp.com], libXfixes) ++AC_CONFIG_AUX_DIR(.) + AM_INIT_AUTOMAKE([dist-bzip2]) + AM_MAINTAINER_MODE + + AM_CONFIG_HEADER(config.h) +-AC_CONFIG_AUX_DIR(.) + + # Check for progs + AC_PROG_CC diff --git a/openembedded/packages/libxfixes/libxfixes_2.0.1.bb b/openembedded/packages/libxfixes/libxfixes_2.0.1.bb new file mode 100644 index 0000000000..b6560b8e8b --- /dev/null +++ b/openembedded/packages/libxfixes/libxfixes_2.0.1.bb @@ -0,0 +1,19 @@ +SECTION = "x11/libs" +LICENSE= "BSD-X" +DEPENDS = "x11 fixesext" +DESCRIPTION = "X Fixes extension library." +PR = "r1" + +SRC_URI = "${XLIBS_MIRROR}/libXfixes-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/libXfixes-${PV}" + +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/openembedded/packages/libxfixes/libxfixes_cvs.bb b/openembedded/packages/libxfixes/libxfixes_cvs.bb new file mode 100644 index 0000000000..4899229eb9 --- /dev/null +++ b/openembedded/packages/libxfixes/libxfixes_cvs.bb @@ -0,0 +1,18 @@ +PV = "0.0cvs${CVSDATE}" +LICENSE= "BSD-X" +SECTION = "x11/libs" +DEPENDS = "x11 fixesext" +DESCRIPTION = "X Fixes extension library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes" +S = "${WORKDIR}/Xfixes" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} -- cgit v1.2.3-54-g00ecf