summaryrefslogtreecommitdiffhomepage
path: root/groups.d/000.host_tools.group
diff options
context:
space:
mode:
Diffstat (limited to 'groups.d/000.host_tools.group')
-rw-r--r--groups.d/000.host_tools.group12
1 files changed, 12 insertions, 0 deletions
diff --git a/groups.d/000.host_tools.group b/groups.d/000.host_tools.group
new file mode 100644
index 00000000..b00996a8
--- /dev/null
+++ b/groups.d/000.host_tools.group
@@ -0,0 +1,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