Add recipe for plowshare (git repository). Signed-off-by: Matthieu Crapet <[email protected]> --- plowshare_git.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 plowshare_git.bb
diff --git a/plowshare_git.bb b/plowshare_git.bb new file mode 100644 index 0000000..ec33bff --- /dev/null +++ b/plowshare_git.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Command-line download/upload tool for file sharing hosters" +HOMEPAGE = "http://code.google.com/p/plowshare/" +SECTION = "console/utils" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +PV = "gitr${SRCPV}" +PE = "1" +SRCREV = "${AUTOREV}" +DEPENDS = "bash curl" + +SRC_URI = "git://code.google.com/p/plowshare.git;protocol=http;branch=master" +S = "${WORKDIR}/git" + +inherit allarch + +# Nothing to compile, it's scripts! +do_compile() { + : +} + +do_install() { + oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install +} -- 1.7.9.5 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
