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/packages/lz4/host.bash

31 lines
343 B
Bash
Raw Normal View History

2014-01-21 00:37:16 +00:00
version=\
(
'112'
)
url=\
(
"https://lz4.googlecode.com/files/lz4-r$version.tar.gz"
)
md5=\
(
'f4bf7806d6a9fd2db428febf6861b94d'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
build()
{
$cmd_make
}
host_install()
{
$cmd_mkdir "$cfg_dir_toolchain/bin"
cp -v programs/{lz4,lz4c} "$cfg_dir_toolchain/bin"
}