From b58e9513f43d78e54c5f21938f74af0bccd75199 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Thu, 22 Sep 2005 19:29:58 +0000 Subject: devio: move to devio_1.0, move to a file (not cvs) release --- packages/devio/devio-cvs.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/devio/devio-cvs.inc (limited to 'packages/devio/devio-cvs.inc') diff --git a/packages/devio/devio-cvs.inc b/packages/devio/devio-cvs.inc new file mode 100644 index 0000000000..10e1827ccc --- /dev/null +++ b/packages/devio/devio-cvs.inc @@ -0,0 +1,16 @@ +# CVS based releases, disfavour these +DEFAULT_PREFERENCE = "-1" + +include devio.inc + +# this is a CVS only release +CVS_TAG ?= ";tag=${PV}" +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/devio;method=pserver;module=devio${CVS_TAG}" + +# This accesses the head version, anonymous pserver access is +# only updated once per day (and it is necessary to change +# 'jbowler' to the name of a developer with ssh access.) +#SRC_URI = "cvs://jbowler@cvs.sourceforge.net/cvsroot/devio;method=ext;rsh=ssh;tag=HEAD;module=devio" + +# The source will end up in the subdirectory 'devio' - no release name +S = "${WORKDIR}/devio" -- cgit v1.2.3