aboutsummaryrefslogtreecommitdiffstats
path: root/xcalibrate/xcalibrate_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xcalibrate/xcalibrate_cvs.oe')
-rw-r--r--xcalibrate/xcalibrate_cvs.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/xcalibrate/xcalibrate_cvs.oe b/xcalibrate/xcalibrate_cvs.oe
deleted file mode 100644
index d56d44a780..0000000000
--- a/xcalibrate/xcalibrate_cvs.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-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}
-}