diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-06-05 23:50:15 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-06-06 23:52:09 +0200 |
commit | e31843297cc4301e3d3ca01d7ae7d389f8be4560 (patch) | |
tree | 913e46efe3d7497f8a8c0e1799edb77d8dd23434 /recipes/e17 | |
parent | a12c43de7e2f67c46110449e33596d5eacf2ea89 (diff) |
intuition: Add swisscoms intuition prototype.
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/intuition_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/e17/intuition_svn.bb b/recipes/e17/intuition_svn.bb new file mode 100644 index 0000000000..d40dae9f43 --- /dev/null +++ b/recipes/e17/intuition_svn.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Intuition a prototype context dependent mobile search engine" +SECTION = "x11" +LICENSE = "GPLv2" +DEPENDS = "elementary sqlite" +PV = "0.2.0+svnr${SRCREV}" +PR = "r0" + +SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=intuition" +S = "${WORKDIR}/intuition" + +inherit autotools pkgconfig |