diff options
Diffstat (limited to 'openembedded/packages/xcalibrate')
-rw-r--r-- | openembedded/packages/xcalibrate/xcalibrate_cvs.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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 <pb@freedesktop.org>" +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} +} |