--- recipes/fltkhackdiet/fltkhackdiet.bb | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 recipes/fltkhackdiet/fltkhackdiet.bb
diff --git a/recipes/fltkhackdiet/fltkhackdiet.bb b/recipes/fltkhackdiet/fltkhackdiet.bb new file mode 100644 index 0000000..c8f61aa --- /dev/null +++ b/recipes/fltkhackdiet/fltkhackdiet.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "FLTK Hacker's Diet Application" +HOMEPAGE = "" +AUTHOR = "Benjamin 'blindcoder' Schieder' +LICENSE = "GPLv2" +SECTION = "other/tool" +APPTYPE = "binary" +APPDESKTOP = "${WORKDIR}" +DEPENDS = "fltk gcc" +PV = "66" +SRCREV = "66" +PR = "r0" +S = "${WORKDIR}/trunk" +RDEPENDS = "bash curl" + +inherit autotools + +SRC_URI = "svn://scavenger.homeip.net/svn/fltkhackdiet;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