diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-28 19:15:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-28 19:15:42 +0000 |
commit | 71c77e8e02dba9a9cda8dbd5e1f16115fe823d40 (patch) | |
tree | e6da443b740be0734b7642468c0f5d625b50d6ca /packages | |
parent | 976c51eb9c16c9f536018758ae39aa1f476d883e (diff) |
o-hand tasks: add 0.2
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ohand-tasks/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ohand-tasks/tasks_0.2.bb | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/ohand-tasks/.mtn2git_empty b/packages/ohand-tasks/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ohand-tasks/.mtn2git_empty diff --git a/packages/ohand-tasks/tasks_0.2.bb b/packages/ohand-tasks/tasks_0.2.bb new file mode 100644 index 0000000000..ea9c1b0703 --- /dev/null +++ b/packages/ohand-tasks/tasks_0.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Tasks is a simple TODO application." +SECTION = "x11" +LICENSE = "LGPL" +PR = "r0" + +DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" + +SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz" + +inherit autotools pkgconfig gtk-icon-cache + + |