diff options
Diffstat (limited to 'fdclock')
-rw-r--r-- | fdclock/fdclock-cvs.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fdclock/fdclock-cvs.oe b/fdclock/fdclock-cvs.oe index e69de29bb2..1893f4fdb2 100644 --- a/fdclock/fdclock-cvs.oe +++ b/fdclock/fdclock-cvs.oe @@ -0,0 +1,12 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "virtual/libc cairo" +DESCRIPTION = "The freedesktop.org clock" +PROVIDES = "fdclock" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=fdclock" +S = "${WORKDIR}/fdclock" + +inherit autotools libtool |