Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [RFC][PATCH] plowshare: Add Git version (initial recipe)
@ 2012-08-14  9:48 Matthieu
  2012-08-14  9:57 ` Koen Kooi
  0 siblings, 1 reply; 7+ messages in thread
From: Matthieu @ 2012-08-14  9:48 UTC (permalink / raw)
  To: openembedded-devel

Add recipe for plowshare (git repository).

Signed-off-by: Matthieu Crapet <mcrapet@gmail.com>
---
 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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-08-15  9:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14  9:48 [RFC][PATCH] plowshare: Add Git version (initial recipe) Matthieu
2012-08-14  9:57 ` Koen Kooi
2012-08-14 12:50   ` [RFC][PATCH v2] " Matthieu
2012-08-14 17:40     ` Jack Mitchell
2012-08-15  8:43       ` Matthieu Crapet
2012-08-15  8:53         ` Koen Kooi
2012-08-15  9:27           ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox