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
2015-12-11 16:06:25 +00:00

25 lines
241 B
Bash

version=\
(
'3.0.20'
)
url=\
(
"http://www.lsts.pt/glued/dosfstools-3.0.20.tar.gz"
)
md5=\
(
'4bb205c2908eeb097dc08103a8c1ef37'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
configure()
{
$cmd_make distclean
}