o-hand tasks: add 0.2
authorKoen Kooi <koen@openembedded.org>
Wed, 28 Feb 2007 19:15:42 +0000 (19:15 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Feb 2007 19:15:42 +0000 (19:15 +0000)
packages/ohand-tasks/.mtn2git_empty [new file with mode: 0644]
packages/ohand-tasks/tasks_0.2.bb [new file with mode: 0644]

diff --git a/packages/ohand-tasks/.mtn2git_empty b/packages/ohand-tasks/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ohand-tasks/tasks_0.2.bb b/packages/ohand-tasks/tasks_0.2.bb
new file mode 100644 (file)
index 0000000..ea9c1b0
--- /dev/null
@@ -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
+
+