summaryrefslogtreecommitdiff
path: root/meta/packages/tasks
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-02-21 20:24:03 +0000
committerRichard Purdie <richard@openedhand.com>2007-02-21 20:24:03 +0000
commit4caa95d0fca863acd39780d704667528b11cd879 (patch)
treeca84454270bcf8582df580808a96da5bdd2ad1da /meta/packages/tasks
parent7b5b56cf195f05bfc730a242f624573ad08a5d47 (diff)
downloadopenembedded-core-4caa95d0fca863acd39780d704667528b11cd879.tar.gz
openembedded-core-4caa95d0fca863acd39780d704667528b11cd879.tar.bz2
openembedded-core-4caa95d0fca863acd39780d704667528b11cd879.tar.xz
openembedded-core-4caa95d0fca863acd39780d704667528b11cd879.zip
Add tasks
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1284 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r--meta/packages/tasks/tasks_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/tasks/tasks_svn.bb b/meta/packages/tasks/tasks_svn.bb
new file mode 100644
index 000000000..16de1cf6e
--- /dev/null
+++ b/meta/packages/tasks/tasks_svn.bb
@@ -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"
+
+