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.
2016-08-01 11:20:10 +01:00

34 lines
447 B
Bash
Executable File

version=\
(
'3.0.28'
)
url=\
(
"https://github.com/dosfstools/dosfstools/releases/download/v$version/dosfstools-$version.tar.gz"
)
md5=\
(
'64e3b3a59b51d2a97d7ac38b23a124bb'
)
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
}