diff options
Diffstat (limited to 'recipes/gpe-todo/gpe-todo_0.53.bb')
-rw-r--r-- | recipes/gpe-todo/gpe-todo_0.53.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gpe-todo/gpe-todo_0.53.bb b/recipes/gpe-todo/gpe-todo_0.53.bb new file mode 100644 index 0000000000..7cda78c207 --- /dev/null +++ b/recipes/gpe-todo/gpe-todo_0.53.bb @@ -0,0 +1,10 @@ +LICENSE = "GPL" +inherit gpe autotools pkgconfig + +DESCRIPTION = "GPE to-do list" +DEPENDS = "gtk+ libgpewidget libgpepimc libtododb" +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI="${GPE_MIRROR}/${PN}-${PV}.tar.bz2" + |