aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/calibrator/calibrator_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/calibrator/calibrator_svn.bb b/recipes/calibrator/calibrator_svn.bb
new file mode 100644
index 0000000000..3ac2793932
--- /dev/null
+++ b/recipes/calibrator/calibrator_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "The Calibrator, a Cache-Memory and TLB Calibration Tool"
+HOMEPAGE = "http://monetdb.cwi.nl/Calibrator/"
+LICENSE = "AS IS"
+
+SRCREV = "21"
+PV = "0.9e+svn${SRCREV}"
+PR = "r0"
+
+SRC_URI = "svn://dev.bec-systems.com/svn/pub;module=calibrator;proto=http"
+
+inherit autotools
+
+S = ${WORKDIR}/calibrator
+