]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add tasks
authorRichard Purdie <richard@openedhand.com>
Wed, 21 Feb 2007 20:24:03 +0000 (20:24 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 21 Feb 2007 20:24:03 +0000 (20:24 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1284 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/tasks_svn.bb [new file with mode: 0644]

diff --git a/meta/packages/tasks/tasks_svn.bb b/meta/packages/tasks/tasks_svn.bb
new file mode 100644 (file)
index 0000000..16de1cf
--- /dev/null
@@ -0,0 +1,14 @@
+LICENSE = "GPL"
+SECTION = "x11"
+DEPENDS = "glib-2.0 gtk+ eds-dbus"
+DESCRIPTION = "Tasks is a task list application."
+
+PV = "0.0+svn${SRCDATE}"
+
+SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/trunk"
+
+