--- recipes/fltkclock/fltkclock.bb | 16 ++++++++++++++++ recipes/fltkclock/fltkclock.desktop | 8 ++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 recipes/fltkclock/fltkclock.bb create mode 100644 recipes/fltkclock/fltkclock.desktop
diff --git a/recipes/fltkclock/fltkclock.bb b/recipes/fltkclock/fltkclock.bb new file mode 100644 index 0000000..e4de9b4 --- /dev/null +++ b/recipes/fltkclock/fltkclock.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "FLTK Worldclock Application" +HOMEPAGE = "" +AUTHOR = "Benjamin 'blindcoder' Schieder' +LICENSE = "PD" +SECTION = "other/tool" +APPTYPE = "binary" +APPDESKTOP = "${WORKDIR}" +DEPENDS = "fltk gcc" +PV = "41" +SRCREV = "41" +PR = "r0" +S = "${WORKDIR}/trunk" + +inherit autotools + +SRC_URI = "svn://scavenger.homeip.net/svn/fltkworldclock;module=trunk;proto=http" diff --git a/recipes/fltkclock/fltkclock.desktop b/recipes/fltkclock/fltkclock.desktop new file mode 100644 index 0000000..29b28fe --- /dev/null +++ b/recipes/fltkclock/fltkclock.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Worldclock +Comment=Worldclock +Exec=fltkworldclock +Type=Application +Icon=/usr/share/pixmaps/fltkclock.png +Categories=Applications; +StartupNotify=false -- 1.5.4.3 _______________________________________________ Shr-devel mailing list Shr-devel@lists.shr-project.org http://lists.shr-project.org/mailman/listinfo/shr-devel