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

version=\
(
'1.9.3'
)
url=\
(
"http://www.lsts.pt/glued/apache-ant-$version-bin.tar.bz2"
)
md5=\
(
'6e6d888140858f3926c34081c4bd2227'
)
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
}