--- 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..10e5f91 --- /dev/null +++ b/recipes/fltkhackdiet/fltkhackdiet.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "FLTK Hacker's Diet Application" +HOMEPAGE = "http://www.crash-override.net/omhackersdiet.html" +AUTHOR = "Benjamin 'blindcoder' Schieder' +LICENSE = "GPLv2" +SECTION = "other/tool" +APPTYPE = "binary" +APPDESKTOP = "${WORKDIR}" +DEPENDS = "fltk" +SRCREV = "67" +PV = "1.0+svnr${SRCPV}" +PR = "r0" +S = "${WORKDIR}/trunk" +RDEPENDS = "curl" + +inherit autotools + +SRC_URI = "svn://scavenger.homeip.net/svn/fltkhackdiet;module=trunk;proto=http" -- 1.5.4.3 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
