aboutsummaryrefslogtreecommitdiffstats
path: root/xcalibrateext/xcalibrateext_cvs.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-09-22 12:35:25 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-09-22 12:35:25 +0000
commit367d79160ef175a20464a7b77db1501310b372bd (patch)
tree70d5fe260b3def35d6a7582a1d7c03a3c1a9c74a /xcalibrateext/xcalibrateext_cvs.oe
parente44d421a512a4547a4174c670637ddffe966d1f7 (diff)
downloadopenembedded-367d79160ef175a20464a7b77db1501310b372bd.tar.gz
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
Diffstat (limited to 'xcalibrateext/xcalibrateext_cvs.oe')
-rw-r--r--xcalibrateext/xcalibrateext_cvs.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/xcalibrateext/xcalibrateext_cvs.oe b/xcalibrateext/xcalibrateext_cvs.oe
index e69de29bb2..19c37afc48 100644
--- a/xcalibrateext/xcalibrateext_cvs.oe
+++ b/xcalibrateext/xcalibrateext_cvs.oe
@@ -0,0 +1,17 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "x11/libs"
+MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
+DESCRIPTION = "XCalibrate extension headers"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt"
+S = "${WORKDIR}/XCalibrateExt"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}