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/apache-ant/host.bash

27 lines
400 B
Bash
Raw Normal View History

2013-07-13 17:19:22 +01:00
version=\
(
2014-01-06 17:07:43 +00:00
'1.9.3'
2013-07-13 17:19:22 +01:00
)
url=\
(
2014-05-13 21:09:21 +01:00
"http://www.lsts.pt/glued/apache-ant-$version-bin.tar.bz2"
2013-07-13 17:19:22 +01:00
)
md5=\
(
2014-01-06 17:07:43 +00:00
'6e6d888140858f3926c34081c4bd2227'
2013-07-13 17:19:22 +01:00
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
host_install()
{
cp -a ../apache-ant-$version/lib $cfg_dir_toolchain &&
cp -a ../apache-ant-$version/etc $cfg_dir_toolchain &&
cp -a ../apache-ant-$version/bin $cfg_dir_toolchain
}