Add tasks

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1284 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-02-21 20:24:03 +00:00
parent 7b5b56cf19
commit 4caa95d0fc
1 changed files with 14 additions and 0 deletions

View File

@ -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"