summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xcalibrate/xcalibrate_cvs.bb')
-rw-r--r--openembedded/packages/xcalibrate/xcalibrate_cvs.bb20
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 0000000000..5436bf26b7
--- /dev/null
+++ b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
@@ -0,0 +1,20 @@
1PV = "0.0cvs${CVSDATE}"
2LICENSE = "BSD-X"
3SECTION = "x11/libs"
4PRIORITY = "optional"
5MAINTAINER = "Phil Blundell <pb@freedesktop.org>"
6DEPENDS = "x11 xcalibrateext xext"
7DESCRIPTION = "XCalibrate client-side library"
8
9SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrate"
10S = "${WORKDIR}/XCalibrate"
11
12inherit autotools pkgconfig
13
14do_stage() {
15 oe_runmake install prefix=${STAGING_DIR} \
16 bindir=${STAGING_BINDIR} \
17 includedir=${STAGING_INCDIR} \
18 libdir=${STAGING_LIBDIR} \
19 datadir=${STAGING_DATADIR}
20}