From 962491ebe2df3563ea8e9b6803949c98c387a134 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 31 Aug 2005 18:18:01 +0000 Subject: Add x11-common git-svn-id: https://svn.o-hand.com/repos/poky@11 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/xcalibrate/xcalibrate_cvs.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 openembedded/packages/xcalibrate/xcalibrate_cvs.bb (limited to 'openembedded/packages/xcalibrate/xcalibrate_cvs.bb') diff --git a/openembedded/packages/xcalibrate/xcalibrate_cvs.bb b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb new file mode 100644 index 000000000..5436bf26b --- /dev/null +++ b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb @@ -0,0 +1,20 @@ +PV = "0.0cvs${CVSDATE}" +LICENSE = "BSD-X" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +DEPENDS = "x11 xcalibrateext xext" +DESCRIPTION = "XCalibrate client-side library" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrate" +S = "${WORKDIR}/XCalibrate" + +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