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 --- xres/xres_1.0.1.oe | 17 +++++++++++++++++ xres/xres_cvs.oe | 18 ++++++++++++++++++ 2 files changed, 35 insertions(+) (limited to 'xres') diff --git a/xres/xres_1.0.1.oe b/xres/xres_1.0.1.oe index e69de29bb2..af6c27100f 100644 --- a/xres/xres_1.0.1.oe +++ b/xres/xres_1.0.1.oe @@ -0,0 +1,17 @@ +SECTION = "x11/libs" +MAINTAINER = "Greg Gilbert " +DEPENDS = "x11 xextensions xext resourceext" +DESCRIPTION = "X Resource usage library." + +SRC_URI = "${XLIBS_MIRROR}/libXres-${PV}.tar.bz2" +S = "${WORKDIR}/libXres-${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/xres/xres_cvs.oe b/xres/xres_cvs.oe index e69de29bb2..dc7efb3af8 100644 --- a/xres/xres_cvs.oe +++ b/xres/xres_cvs.oe @@ -0,0 +1,18 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +MAINTAINER = "Greg Gilbert " +DEPENDS = "x11 xextensions xext resourceext" +DESCRIPTION = "X Resource usage library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XRes" +S = "${WORKDIR}/XRes" + +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