diff options
Diffstat (limited to 'meta/packages/xcalibrate/xcalibrate_cvs.bb')
-rw-r--r-- | meta/packages/xcalibrate/xcalibrate_cvs.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/xcalibrate/xcalibrate_cvs.bb b/meta/packages/xcalibrate/xcalibrate_cvs.bb new file mode 100644 index 0000000000..ab2b076079 --- /dev/null +++ b/meta/packages/xcalibrate/xcalibrate_cvs.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | PV = "0.0+cvs${SRCDATE}" | ||
2 | LICENSE = "BSD-X" | ||
3 | SECTION = "x11/libs" | ||
4 | PRIORITY = "optional" | ||
5 | DEPENDS = "libx11 xcalibrateext libxext" | ||
6 | DESCRIPTION = "XCalibrate client-side library" | ||
7 | |||
8 | SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate" | ||
9 | S = "${WORKDIR}/XCalibrate" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | do_stage() { | ||
14 | autotools_stage_all | ||
15 | } | ||