diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:25:41 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:42 +0100 |
commit | 8058014490f9e538d6205ffbaaf301453a74e5c9 (patch) | |
tree | 24d3d6c259b661432fce96c316b54ee6206525fa | |
parent | 575a75adb784a4f7ad520670c7c87a773be148cb (diff) |
enotes: new recipe from SHR
-rw-r--r-- | recipes/enotes/enotes_svn.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/enotes/enotes_svn.bb b/recipes/enotes/enotes_svn.bb new file mode 100644 index 0000000000..991f188154 --- /dev/null +++ b/recipes/enotes/enotes_svn.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "todo list manager in EFL" +HOMEPAGE = "http://enotes.googlecode.com" +AUTHOR = "furester" +LICENSE = "GPL" +SECTION = "e/apps" +DEPENDS = "elementary evas sqlite3" + +PV = "0.2.2+svnr${SRCPV}" +PR = "r1" +SRC_URI = "svn://enotes.googlecode.com/svn/trunk;module=.;proto=http" +S = "${WORKDIR}" + +inherit autotools + + |