blob: 2c37fb67b0556962218a8aa80b81309f713471ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PV = "0.0+cvs${SRCDATE}"
LICENSE = "BSD-X"
SECTION = "x11"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "cairo"
DESCRIPTION = "The freedesktop.org clock"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=fdclock"
S = "${WORKDIR}/fdclock"
inherit autotools
|