summaryrefslogtreecommitdiffhomepage
path: root/groups.d/000.host_tools.group
blob: 31fe06c0209bc0b70246d896a4605a9a221d13a3 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Build group host_tools
#
HOST_TOOLS_BUILD_TYPE="host";
HOST_TOOLS_CONFIGURE_ARGS="--disable-nls --prefix=${PREFIX}";
HOST_TOOLS_MAKEFLAGS_INSTALL="prefix= PREFIX=";
HOST_TOOLS_PREFIX="${PREFIX}";
HOST_TOOLS_RPM_DISABLE=1;

# vim:filetype=sh textwidth=0