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

19 lines
152 B
Bash
Raw Permalink Normal View History

source $pkg_common
2013-07-13 17:19:22 +01:00
configure()
{
./configure \
--prefix="$cfg_dir_toolchain"
}
build()
{
$cmd_make
}
host_install()
{
$cmd_make install
}