blob: adf7f965d61d9b789f5df96d1c00cd9d54f06d3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PV = "0.0cvs${CVSDATE}"
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
|