1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg
René Kijewski a70ee0f022 make: centralize wget/curl & unzip/7z feature test
With many open PRs that could benefit from loading SDKs when needed,
instead adding vast amounts of code to RIOTs master, this PR provides
the "functions" `$(DOWNLOAD_TO_STDOUT)`, `$(DOWNLOAD_TO_FILE)`, and
`$(UNZIP_HERE)`.

The first "function" takes one argument, the URL from where to download
the content. It is then piped to stdout. To be used e.g. with `tar xz`.

The second "function" taken two arguments, the destination file name,
and the source URL. If the previous invocation was interrupted, then the
download gets continued, if possible.

The last "function" takes one argument, the source ZIP file. The file
gets extracted into the cwd, so best use this "function" with
`cd $(SOME_WHERE) &&`.

The clumsy name `$(UNZIP_HERE)` is taken because the program "unzip"
takes the environment variable `UNZIP` as the source file, even if
another file name was given on the command line. The rationale for that
is that the hackers of "unzip" hate their users. Also they sacrifice
hamsters to Satan.
2014-08-21 19:07:52 +02:00
..
libcoap pkg/libcoap: fix copmilation problems 2014-07-15 18:56:52 +02:00
libfixmath pkg: add USEPKG module "libfixmath" 2014-08-01 00:04:48 +02:00
oonf_api Merge pull request #1210 from benpicco/fix_oonf_msba2 2014-06-17 23:43:32 +02:00
openwsn make: centralize wget/curl & unzip/7z feature test 2014-08-21 19:07:52 +02:00
tlsf make: centralize wget/curl & unzip/7z feature test 2014-08-21 19:07:52 +02:00
Makefile.git improve Makefile.git 2014-03-19 16:19:30 +01:00
Makefile.http make: centralize wget/curl & unzip/7z feature test 2014-08-21 19:07:52 +02:00
PORTING Update PORTING 2014-03-19 16:40:33 +01:00
USING repace project by application in documentation 2014-02-18 12:28:32 +01:00