Blame groups/100.native_tools.group

Lucio Andrés Illanes Albornoz 12508d
#
Lucio Andrés Illanes Albornoz 12508d
# Build group native_tools
Lucio Andrés Illanes Albornoz 12508d
#
Lucio Andrés Illanes Albornoz 12508d
NATIVE_TOOLS_CONFIGURE_ARGS="--disable-nls --host=${DEFAULT_TARGET} --program-prefix= --prefix=/ --target=${DEFAULT_TARGET}";
Lucio Andrés Illanes Albornoz b71006
NATIVE_TOOLS_GROUP_DEPENDS="host_deps host_deps_rpm host_toolchain host_tools";
Lucio Andrés Illanes Albornoz 12508d
NATIVE_TOOLS_MAKEFLAGS_INSTALL="PREFIX= prefix=";
Lucio Andrés Illanes Albornoz 12508d
NATIVE_TOOLS_PACKAGES="
55724f
mdso perk pkgconf slibtool tpax";
Lucio Andrés Illanes Albornoz 703f24
NATIVE_TOOLS_PKG_CONFIG_LIBDIR="${PREFIX_NATIVE}/lib/pkgconfig";
Lucio Andrés Illanes Albornoz 12508d
NATIVE_TOOLS_PREFIX="${PREFIX_NATIVE}";
Lucio Andrés Illanes Albornoz 12508d
: ${PKG_MDSO_URLS_GIT:="mdso=${DEFAULT_GITROOT}/mdso"};
Lucio Andrés Illanes Albornoz 12508d
: ${PKG_MDSO_CONFIGURE_ARGS:="--prefix= --target=${DEFAULT_TARGET}"};
Lucio Andrés Illanes Albornoz f24648
: ${PKG_MDSO_INSTALL_FILES_V2:="
Lucio Andrés Illanes Albornoz f24648
	@mdso=bin/${DEFAULT_TARGET}-mdso
Lucio Andrés Illanes Albornoz f24648
	/=${DEFAULT_TARGET}/bin
Lucio Andrés Illanes Albornoz f24648
	@../../bin/mdso=${DEFAULT_TARGET}/bin/mdso"};
Lucio Andrés Illanes Albornoz 12508d
: ${PKG_PERK_DEPENDS:="mdso"};
Lucio Andrés Illanes Albornoz 12508d
: ${PKG_PERK_URLS_GIT:="perk=${DEFAULT_GITROOT}/perk"};
Lucio Andrés Illanes Albornoz 12508d
: ${PKG_PERK_CFLAGS_CONFIGURE:="-I${PREFIX_NATIVE}/include"};
Lucio Andrés Illanes Albornoz 12508d
: ${PKG_PERK_CONFIGURE_ARGS:="--prefix= --target=${DEFAULT_TARGET}"};
Lucio Andrés Illanes Albornoz f24648
: ${PKG_PERK_INSTALL_FILES_V2:="@perk=bin/${DEFAULT_TARGET}-perk"};
078a44
: ${PKG_PKGCONF_SHA256SUM:=ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf};
078a44
: ${PKG_PKGCONF_VERSION:=1.9.0};
Lucio Andrés Illanes Albornoz 12508d
: ${PKG_PKGCONF_URL:=https://distfiles.dereferenced.org/pkgconf/pkgconf-${PKG_PKGCONF_HOST_VERSION}.tar.xz};
Lucio Andrés Illanes Albornoz 12508d
: ${PKG_PKGCONF_CONFIGURE_ARGS:="--prefix= --host=${DEFAULT_TARGET} --with-sysroot=${PREFIX_NATIVE}"};
Lucio Andrés Illanes Albornoz f24648
: ${PKG_PKGCONF_INSTALL_FILES_V2:="
Lucio Andrés Illanes Albornoz f24648
	@pkgconf=bin/pkg-config
Lucio Andrés Illanes Albornoz f24648
	/=lib/pkgconfig"};
68795f
: ${PKG_SLIBTOOL_URLS_GIT:="slibtool=https://git.midipix.org/slibtool"};
Lucio Andrés Illanes Albornoz 12508d
: ${PKG_SLIBTOOL_CONFIGURE_ARGS:="--host=${DEFAULT_TARGET} --prefix= --target=${DEFAULT_TARGET}"};
Lucio Andrés Illanes Albornoz 86f987
: ${PKG_TPAX_URLS_GIT:="tpax=https://git.midipix.org/tpax@main"};
55724f
: ${PKG_TPAX_CONFIGURE_ARGS:="--host=${DEFAULT_TARGET} --prefix= --target=${DEFAULT_TARGET}"};
Lucio Andrés Illanes Albornoz 12508d
Lucio Andrés Illanes Albornoz 12508d
# vim:filetype=sh textwidth=0