Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] How  automate source download from  a google drive?
@ 2015-02-19  1:55 Steve Kenton
  2015-02-19 22:12 ` Bryce Schober
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Kenton @ 2015-02-19  1:55 UTC (permalink / raw)
  To: buildroot

This is a bit off the wall. I'm working with a package called tovid
which you download from a google drive by clicking on a link on the wiki
Darn if I can figure out how to put that into the .mk file to automate it.
Look through packages directory and did not see anything obviously like it

Any thoughts would be appreciated

Steve Kenton

################################################################################
#
# tovid
#
################################################################################

TOVID_VERSION = 0.35
# I don't see how to automate downloads from a google drive http://goo.gl/o8IWR7
# The file which is downloaded has the expected name tovid-0.35.tar.gz
TOVID_SITE = http://tovid.wikia.com/wiki/Installing_tovid
TOVID_LICENSE = GPLv2.0
TOVID_LICENSE_FILES = COPYING

# Must be run in source directory to avoid "error: package directory 'libtovid' does not exist"
define TOVID_INSTALL_TARGET_CMDS
	bash -c "cd $(@D); ./setup.py install --root=$(TARGET_DIR) --prefix=/usr"
endef

$(eval $(generic-package))

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

end of thread, other threads:[~2015-02-20  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19  1:55 [Buildroot] How automate source download from a google drive? Steve Kenton
2015-02-19 22:12 ` Bryce Schober
2015-02-19 22:55   ` Steve Kenton
2015-02-20  6:33   ` Baruch Siach

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