From 367d79160ef175a20464a7b77db1501310b372bd Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 22 Sep 2004 12:35:25 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/09/22 14:35:24+02:00 uni-frankfurt.de!mickeyl adjust section for a couple of X things BKrev: 4151718dRtlnKrW5OOD1N0jv1wf99A --- xinerama/xinerama_1.0.2.oe | 19 +++++++++++++++++++ xinerama/xinerama_cvs.oe | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+) (limited to 'xinerama') diff --git a/xinerama/xinerama_1.0.2.oe b/xinerama/xinerama_1.0.2.oe index e69de29bb2..b2501eedf0 100644 --- a/xinerama/xinerama_1.0.2.oe +++ b/xinerama/xinerama_1.0.2.oe @@ -0,0 +1,19 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +DEPENDS = "panoramixext" +DESCRIPTION = "Xinerama library" + +SRC_URI = "${XLIBS_MIRROR}/libXinerama-${PV}.tar.bz2" +S = "${WORKDIR}/libXinerama-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} \ + mandir=${STAGING_DIR}/man +} diff --git a/xinerama/xinerama_cvs.oe b/xinerama/xinerama_cvs.oe index e69de29bb2..baade794c1 100644 --- a/xinerama/xinerama_cvs.oe +++ b/xinerama/xinerama_cvs.oe @@ -0,0 +1,20 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +DEPENDS = "panoramixext" +DESCRIPTION = "Xinerama library" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xinerama" +S = "${WORKDIR}/Xinerama" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} \ + mandir=${STAGING_DIR}/man +} -- cgit v1.2.3