diff options
Diffstat (limited to 'recipes/freesmartphone/fsoraw_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsoraw_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fsoraw_git.bb b/recipes/freesmartphone/fsoraw_git.bb new file mode 100644 index 0000000000..d16811b03a --- /dev/null +++ b/recipes/freesmartphone/fsoraw_git.bb @@ -0,0 +1,18 @@ +require cornucopia.inc + +DESCRIPTION = "A console wrapper for the FSO Usage API" +AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" +SECTION = "fso/base" +LICENSE = "GPLv2" +SRCREV = "${FSO_CORNUCOPIA_SRCREV}" +PV = "1.0.0+gitr${SRCPV}" +PR = "${INC_PR}.0" +PE = "1" + +S = "${WORKDIR}/git/tools/fso-raw" + +# for backward compatibility in scripts +do_install_append() { + install -d ${D}${bindir} + ln -s fso-raw ${D}${bindir}/fsoraw +} |