summaryrefslogtreecommitdiff
path: root/packages/ohand-tasks/tasks_0.2.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-02-28 23:34:36 +0000
committerPhilip Balister <philip@balister.org>2007-02-28 23:34:36 +0000
commit90ec1929e32c06ebb58da1bb404e687a201492fc (patch)
tree058693fb4ccc84e312b7fb4011c7195ab7ba565b /packages/ohand-tasks/tasks_0.2.bb
parenteb5e55f8eb2da4a653a2da0486cd53e42f364df1 (diff)
parent17ea06b9a7c10204e2042e6bd7784983e5df96ed (diff)
merge of '7d4cc29019d4d479c6301ca5482417150d83369f'
and '90c07393f116dc9720db1a55b78192aaa456e97d'
Diffstat (limited to 'packages/ohand-tasks/tasks_0.2.bb')
-rw-r--r--packages/ohand-tasks/tasks_0.2.bb12
1 files changed, 12 insertions, 0 deletions
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
+
+