diff options
Diffstat (limited to 'groups.d/120.native_runtime.d/ntux.package')
-rw-r--r-- | groups.d/120.native_runtime.d/ntux.package | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/groups.d/120.native_runtime.d/ntux.package b/groups.d/120.native_runtime.d/ntux.package new file mode 100644 index 00000000..e41e869d --- /dev/null +++ b/groups.d/120.native_runtime.d/ntux.package @@ -0,0 +1,8 @@ +: ${PKG_NTUX_DEPENDS:="dalist ldso ntapi pemagine psxscl"}; +: ${PKG_NTUX_URLS_GIT:=ntux=${DEFAULT_GITROOT}/ntux}; +: ${PKG_NTUX_CFLAGS_CONFIGURE_EXTRA:=-O0}; +: ${PKG_NTUX_HOST_INSTALL_FILES_V2:="+ntux/bin/ntux=bin/%[FNAME]"}; + +ex_pkg_register "ntux" "${RTL_FILEOP_SOURCE_FNAME}" "native_runtime"; + +# vim:filetype=sh textwidth=0 |