aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:07:51 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:20 +0100
commitccd7a2aa41cdc706ea4891ab5b59b361e369c7a1 (patch)
tree4b47e78cdc1b6351a1cce91abfce7800a5c200a2 /recipes/e17
parent2550b9534497b5ff94d20102c5d6a317b60a4949 (diff)
downloadopenembedded-ccd7a2aa41cdc706ea4891ab5b59b361e369c7a1.tar.gz
eve: new recipe from SHR
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/eve_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/e17/eve_svn.bb b/recipes/e17/eve_svn.bb
new file mode 100644
index 0000000000..95daab69c6
--- /dev/null
+++ b/recipes/e17/eve_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = " Enlightenment webbrowser"
+LICENSE = "GPL"
+DEPENDS = "webkit-efl evas ecore edje"
+PV = "0.0.1+svnr${SRCPV}"
+PR = "r2"
+
+LDFLAGS += "-lstdc++"
+
+inherit e
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eve;proto=http\
+"
+
+S = "${WORKDIR}/eve"