Cory Fields
2027ad30e7
depends: add the debug/release concept to depends
10 years ago
Cory Fields
e4cf9f8479
depends: fix typo in source downloading. Regression from c897b1e732
.
...
Some sources are renamed after download, since the filenames don't play nice
with (for example) gitian. This fixes the rename.
Needed for OSX build as it renames a file.
10 years ago
Cory Fields
c897b1e732
depends: add a fallback path in case package sources go missing
...
If a source url fails to download, try again at
$FALLBACK_DOWNLOAD_PATH/file.name, where FALLBACK_DOWNLOAD_PATH can be
overridden by the user.
10 years ago
Cory Fields
1910910dde
depends: fix shasum on osx < 10.9
...
Shasum verification from stdin doesn't work there, so we write to a file
instead.
Formatted a bit too.
10 years ago
Cory Fields
1dec09b341
depends: add shared dependency builder
...
See the README's in depends for documentation
10 years ago