mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 12:32:11 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1312 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
291 B
BlitzBasic
14 lines
291 B
BlitzBasic
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"
|