summaryrefslogtreecommitdiffhomepage
path: root/groups/000.host_tools.group
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-12 00:53:27 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-12 00:53:27 +0000
commit12508d484b3c1a5bc5dca7dd1072936449702bbe (patch)
tree1c02e17aa8d98c4720a14040911bae32518d95f8 /groups/000.host_tools.group
parent5e9851ad55094d5bb6f57233ead7676146406960 (diff)
downloadmidipix_build-12508d484b3c1a5bc5dca7dd1072936449702bbe.tar.bz2
midipix_build-12508d484b3c1a5bc5dca7dd1072936449702bbe.tar.xz
groups/*.group: split from vars/build.vars.
subr/build_init.subr: source groups/*.group & set ${GROUPS_DEFAULT}. vars/midipix.vars: merged into vars/env.vars.
Diffstat (limited to 'groups/000.host_tools.group')
-rw-r--r--groups/000.host_tools.group18
1 files changed, 18 insertions, 0 deletions
diff --git a/groups/000.host_tools.group b/groups/000.host_tools.group
new file mode 100644
index 00000000..09327e7f
--- /dev/null
+++ b/groups/000.host_tools.group
@@ -0,0 +1,18 @@
+#
+# 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_PACKAGES="
+pkgconf_host slibtool_host";
+HOST_TOOLS_PREFIX="${PREFIX}";
+: ${PKG_PKGCONF_HOST_DEPENDS:="slibtool_host"};
+: ${PKG_PKGCONF_HOST_SHA256SUM:=61f0b31b0d5ea0e862b454a80c170f57bad47879c0c42bd8de89200ff62ea210};
+: ${PKG_PKGCONF_HOST_VERSION:=1.6.3};
+: ${PKG_PKGCONF_HOST_URL:=https://distfiles.dereferenced.org/pkgconf/pkgconf-${PKG_PKGCONF_HOST_VERSION}.tar.xz};
+: ${PKG_PKGCONF_HOST_CONFIGURE_ARGS:="--prefix=${PREFIX} --with-system-libdir=${PREFIX_NATIVE}/lib --with-system-includedir=${PREFIX_NATIVE}/include --with-pkg-config-dir=${PREFIX_NATIVE}/lib/pkgconfig --with-personality-dir=${PREFIX_NATIVE}/share/pkgconfig/personality.d"};
+: ${PKG_SLIBTOOL_HOST_URLS_GIT:="slibtool=${DEFAULT_GITROOT}/slibtool"};
+: ${PKG_SLIBTOOL_HOST_CONFIGURE_ARGS:=--prefix=};
+
+# vim:filetype=sh textwidth=0