From cb2f160c0ebcbf8421988e7ee9818e007e085305 Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Mon, 10 May 2004 00:52:47 +0000
Subject: Merge openembedded@openembedded.bkbits.net:packages into
 linux.local:/home/kergoth/code/packages

2004/05/09 20:52:43-04:00 local!kergoth
Libtool updates, no longer directly inherit libtool.

2004/05/09 20:52:08-04:00 local!kergoth
Update libtool bits.  libtoolize no longer requires a runtime STAGING_DIR var set.

BKrev: 409ed25fQy7BIGJH5qwdtr0BClqFVw
---
 xcursor/xcursor-cvs.oe | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

(limited to 'xcursor')

diff --git a/xcursor/xcursor-cvs.oe b/xcursor/xcursor-cvs.oe
index e69de29bb2..4e8ed6330c 100644
--- a/xcursor/xcursor-cvs.oe
+++ b/xcursor/xcursor-cvs.oe
@@ -0,0 +1,21 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+DEPENDS = "virtual/libc"
+PROVIDES = "xcursor"
+DESCRIPTION = "X Cursor library"
+
+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