--- recipes/fltkclock/fltkclock.bb | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 recipes/fltkclock/fltkclock.bb
diff --git a/recipes/fltkclock/fltkclock.bb b/recipes/fltkclock/fltkclock.bb new file mode 100644 index 0000000..a93bf09 --- /dev/null +++ b/recipes/fltkclock/fltkclock.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "FLTK Worldclock Application" +HOMEPAGE = "http://www.crash-override.net/omworldclock.html" +AUTHOR = "Benjamin 'blindcoder' Schieder' +LICENSE = "PD" +SECTION = "other/tool" +APPTYPE = "binary" +APPDESKTOP = "${WORKDIR}" +DEPENDS = "fltk" +SRCREV = "41" +PV = "1.0+svnr${SRCPV}" +PR = "r0" +S = "${WORKDIR}/trunk" + +inherit autotools + +SRC_URI = "svn://scavenger.homeip.net/svn/fltkworldclock;module=trunk;proto=http" -- 1.5.4.3 _______________________________________________ Shr-devel mailing list Shr-devel@lists.shr-project.org http://lists.shr-project.org/mailman/listinfo/shr-devel