• Cosimo Lupo's avatar
    [library_builders] allow to override tar.gz extension in build_simple · 900b39c4
    Cosimo Lupo authored
    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.
    900b39c4
library_builders.sh 9.58 KB