blob: d7b04331756e3c90ba1f8cc5f2a9b24f57a46c32 (
plain)
1
2
3
4
5
6
|
: ${PKG_TPAX_URLS_GIT:="tpax=https://git.midipix.org/tpax@main"};
: ${PKG_TPAX_CONFIGURE_ARGS:="--host=${DEFAULT_TARGET} --prefix= --target=${DEFAULT_TARGET}"};
ex_pkg_register "tpax" "${RTL_FILEOP_SOURCE_FNAME}" "native_tools";
# vim:filetype=sh textwidth=0
|