blob: 5920ae391d41c88ce20d094eab73be331fb620dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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"
FILES_${PN} += "${datadir}/icons"
|