aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/edb_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/efl1/edb_svn.bb')
-rw-r--r--recipes/efl1/edb_svn.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/efl1/edb_svn.bb b/recipes/efl1/edb_svn.bb
new file mode 100644
index 0000000000..a3d2d3d99c
--- /dev/null
+++ b/recipes/efl1/edb_svn.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "Edb is the Enlightenment database library"
+LICENSE = "MIT BSD"
+DEPENDS = "zlib"
+PV = "1.0.5.050+svnr${SRCREV}"
+PR = "r1"
+
+inherit efl
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=edb;proto=http"