summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/libxfixes
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
commit4b46c1f6e891b1ddd5968536440b888661fade3e (patch)
treee0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/libxfixes
downloadpoky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libxfixes')
-rw-r--r--openembedded/packages/libxfixes/files/autofoo.patch20
-rw-r--r--openembedded/packages/libxfixes/libxfixes_2.0.1.bb19
-rw-r--r--openembedded/packages/libxfixes/libxfixes_cvs.bb18
3 files changed, 57 insertions, 0 deletions
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 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6--- libXfixes-2.0.1/configure.ac~autofoo 2004-01-15 03:40:23.000000000 -0500
7+++ libXfixes-2.0.1/configure.ac 2005-01-18 13:35:33.461221360 -0500
8@@ -33,11 +33,11 @@
9 dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n
10 dnl
11 AC_INIT(libXfixes, 2.0.1, [keithp@keithp.com], libXfixes)
12+AC_CONFIG_AUX_DIR(.)
13 AM_INIT_AUTOMAKE([dist-bzip2])
14 AM_MAINTAINER_MODE
15
16 AM_CONFIG_HEADER(config.h)
17-AC_CONFIG_AUX_DIR(.)
18
19 # Check for progs
20 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 @@
1SECTION = "x11/libs"
2LICENSE= "BSD-X"
3DEPENDS = "x11 fixesext"
4DESCRIPTION = "X Fixes extension library."
5PR = "r1"
6
7SRC_URI = "${XLIBS_MIRROR}/libXfixes-${PV}.tar.bz2 \
8 file://autofoo.patch;patch=1"
9S = "${WORKDIR}/libXfixes-${PV}"
10
11inherit autotools pkgconfig
12
13do_stage() {
14 oe_runmake install prefix=${STAGING_DIR} \
15 bindir=${STAGING_BINDIR} \
16 includedir=${STAGING_INCDIR} \
17 libdir=${STAGING_LIBDIR} \
18 datadir=${STAGING_DATADIR}
19}
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 @@
1PV = "0.0cvs${CVSDATE}"
2LICENSE= "BSD-X"
3SECTION = "x11/libs"
4DEPENDS = "x11 fixesext"
5DESCRIPTION = "X Fixes extension library."
6
7SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes"
8S = "${WORKDIR}/Xfixes"
9
10inherit autotools pkgconfig
11
12do_stage() {
13 oe_runmake install prefix=${STAGING_DIR} \
14 bindir=${STAGING_BINDIR} \
15 includedir=${STAGING_INCDIR} \
16 libdir=${STAGING_LIBDIR} \
17 datadir=${STAGING_DATADIR}
18}