From 69a75e984dd4bf196ef1f4a6024e6f4b5a1befd4 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 22 Sep 2004 12:56:26 +0000 Subject: fix section for libx* things BKrev: 4151767anVTzWy8ORQ5CFxCneVVX5g --- libxcursor/libxcursor_1.1.2.oe | 19 +++++++++++++++++++ libxcursor/libxcursor_cvs.oe | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+) (limited to 'libxcursor') diff --git a/libxcursor/libxcursor_1.1.2.oe b/libxcursor/libxcursor_1.1.2.oe index e69de29bb2..3b147096ed 100644 --- a/libxcursor/libxcursor_1.1.2.oe +++ b/libxcursor/libxcursor_1.1.2.oe @@ -0,0 +1,19 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +DESCRIPTION = "X Cursor library" +DEPENDS = "libxfixes" + +SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2" +S = "${WORKDIR}/libXcursor-${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/libxcursor/libxcursor_cvs.oe b/libxcursor/libxcursor_cvs.oe index e69de29bb2..903f513382 100644 --- a/libxcursor/libxcursor_cvs.oe +++ b/libxcursor/libxcursor_cvs.oe @@ -0,0 +1,20 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +DESCRIPTION = "X Cursor library" +DEPENDS = "libxfixes" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcursor" +S = "${WORKDIR}/Xcursor" + +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