blob: 41733d6615bdedef620c98d7062b8a52d50e7f11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ eds-dbus"
DESCRIPTION = "Tasks is a task list application."
PV = "0.0+svn${SRCDATE}"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
inherit autotools pkgconfig gtk-icon-cache
S = "${WORKDIR}/trunk"
|