blob: e7b256099d8bcfea46bf02dd787d9fbb02ee9ec2 (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = "GPL"
inherit gpe
DESCRIPTION = "GPE time tracker"
DEPENDS = "libgpewidget gtk+ sqlite"
SECTION = "gpe"
RDEPENDS = "gpe-icons"
SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-timesheet-${PV}.tar.gz"
|