diff options
Diffstat (limited to 'groups.d/120.native_runtime.d/ptycon.package')
-rw-r--r-- | groups.d/120.native_runtime.d/ptycon.package | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/groups.d/120.native_runtime.d/ptycon.package b/groups.d/120.native_runtime.d/ptycon.package new file mode 100644 index 00000000..5bb5bbc0 --- /dev/null +++ b/groups.d/120.native_runtime.d/ptycon.package @@ -0,0 +1,8 @@ +: ${PKG_PTYCON_DEPENDS:="dalist ldso ntapi ntcon psxscl"}; +: ${PKG_PTYCON_URLS_GIT:=ptycon=${DEFAULT_GITROOT}/ptycon}; +: ${PKG_PTYCON_CFLAGS_CONFIGURE_EXTRA:=-O0}; +: ${PKG_PTYCON_INSTALL_TARGET_EXTRA:="install-app install-lib"}; + +ex_pkg_register "ptycon" "${RTL_FILEOP_SOURCE_FNAME}" "native_runtime"; + +# vim:filetype=sh textwidth=0 |