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/common.bash

25 lines
287 B
Bash
Raw Normal View History

2015-02-08 20:53:36 +00:00
version=\
(
2015-12-16 15:55:35 +00:00
'3.0.28'
2015-02-08 20:53:36 +00:00
)
url=\
(
2015-12-16 15:55:35 +00:00
"https://github.com/dosfstools/dosfstools/releases/download/v$version/dosfstools-$version.tar.xz"
2015-02-08 20:53:36 +00:00
)
md5=\
(
2015-12-16 15:55:35 +00:00
'6a047a6c65186b9ebb1853709adb36db'
2015-02-08 20:53:36 +00:00
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
configure()
{
$cmd_make distclean
}