diff options
Diffstat (limited to 'recipes/gpe-todo/gpe-todo_svn.bb')
-rw-r--r-- | recipes/gpe-todo/gpe-todo_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gpe-todo/gpe-todo_svn.bb b/recipes/gpe-todo/gpe-todo_svn.bb new file mode 100644 index 0000000000..1bde72df25 --- /dev/null +++ b/recipes/gpe-todo/gpe-todo_svn.bb @@ -0,0 +1,14 @@ +LICENSE = "GPL" +DESCRIPTION = "GPE to-do list" +DEPENDS = "libgpewidget libgpepimc libtododb gtk+" +SECTION = "gpe" +PRIORITY = "optional" + +DEFAULT_PREFERENCE = "-1" + +inherit autotools pkgconfig + +SRC_URI="${GPE_SVN}" + +S = "${WORKDIR}/${PN}" + |