[library_builders] allow to override tar.gz extension in build_simple
Some libraries use 'tar.bz2' instead of 'tar.gz' as source archive format. This patch allows to pass a fourth argument to `build_simple` function to specify an alternative extension to the default `tar.gz`. The `untar` function in common_utils.sh, used by `fetch_unpack`, already supports the following archive formats: tar, gz, bz2, zip and xz.
Showing
Please register or sign in to comment