This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/dosfstools/host.bash

34 lines
429 B
Bash
Executable File

version=\
(
'3.0.20'
)
url=\
(
"http://daniel-baumann.ch/files/software/dosfstools/dosfstools-$version.tar.gz"
)
md5=\
(
'7f1c1afd4ae4622e07b24ec0ddfc4184'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
build()
{
CC="$cmd_host_cc" \
$cmd_make \
PREFIX="$cfg_dir_toolchain"
}
host_install()
{
CC="$cmd_host_cc" \
$cmd_make \
PREFIX="$cfg_dir_toolchain" install
}