summaryrefslogtreecommitdiffhomepage
path: root/groups.d/000.host_tools.group
blob: b00996a8ddde246a8270998ada9e7b530dfd8496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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;

ex_pkg_register_group "host_tools" "${RTL_FILEOP_SOURCE_FNAME}";

# vim:filetype=sh textwidth=0