Name

mk_fetch_unpack — Fetch and unpack archive

Synopsis

MODULES="... fetch ..."

mk_fetch_unpack URL=url DIR=dir

Options

URL=url

The URL where the archive can be found.

DIR=dir

The target directory to create by unpacking the archive.

FILES=files

An optional list of files, relative to dir, which will be created. Specifying this is optional, but it ensures that anything that depends on an unpacked file will depend on the archive being unpacked.

Description

Similar to mk_unpack, but first fetches the archive using mk_fetch.