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.

34 lines
447 B
Bash
Raw Permalink Normal View History

2013-07-13 17:19:22 +01:00
version=\
(
2016-08-01 11:20:10 +01:00
'3.0.28'
2013-07-13 17:19:22 +01:00
)
url=\
(
2016-08-01 11:20:10 +01:00
"https://github.com/dosfstools/dosfstools/releases/download/v$version/dosfstools-$version.tar.gz"
2013-07-13 17:19:22 +01:00
)
md5=\
(
2016-08-01 11:20:10 +01:00
'64e3b3a59b51d2a97d7ac38b23a124bb'
2013-07-13 17:19:22 +01:00
)
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
}