diff options
Diffstat (limited to 'groups.d/120.native_runtime.d/ntctty.package')
-rw-r--r-- | groups.d/120.native_runtime.d/ntctty.package | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/groups.d/120.native_runtime.d/ntctty.package b/groups.d/120.native_runtime.d/ntctty.package new file mode 100644 index 00000000..19a795fa --- /dev/null +++ b/groups.d/120.native_runtime.d/ntctty.package @@ -0,0 +1,8 @@ +: ${PKG_NTCTTY_DEPENDS:="dalist ldso ntapi pemagine"}; +: ${PKG_NTCTTY_URLS_GIT:=ntctty=${DEFAULT_GITROOT_HEAD}/ntctty}; +: ${PKG_NTCTTY_CFLAGS_CONFIGURE_EXTRA:=-O0}; +: ${PKG_NTCTTY_MIRRORS_GIT:="skip"}; + +ex_pkg_register "ntctty" "${RTL_FILEOP_SOURCE_FNAME}" "native_runtime"; + +# vim:filetype=sh textwidth=0 |