diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:07:25 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:18 +0100 |
commit | 217f3840ff470f30dc48b74270a4d276dae8a132 (patch) | |
tree | 1fe4e321e44be937f1cf3f4e01f3c91152fda9ed /recipes/e17 | |
parent | 86b44306e42c7d64d0307a26ed5da43106e00c73 (diff) |
e-tasks: new recipe from SHR
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/e-tasks_svn.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/e17/e-tasks_svn.bb b/recipes/e17/e-tasks_svn.bb new file mode 100644 index 0000000000..4f27744717 --- /dev/null +++ b/recipes/e17/e-tasks_svn.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "tasks app for openmoko phones based on elementary" +HOMEPAGE = "http://code.google.com/p/e-tasks/" +AUTHOR = "cchandel" +LICENSE = "GPLv2" +SECTION = "e/apps" +#DEPENDS = "elementary eina edbus" + +PV = "0.0.1+svnr${SRCPV}" +PR = "r0" + +SRC_URI = "svn://e-tasks.googlecode.com/svn/trunk;module=.;proto=http" +S = "${WORKDIR}" + +inherit autotools + |