diff options
Diffstat (limited to 'groups.d/120.native_runtime.d/pemagine.package')
-rw-r--r-- | groups.d/120.native_runtime.d/pemagine.package | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/groups.d/120.native_runtime.d/pemagine.package b/groups.d/120.native_runtime.d/pemagine.package new file mode 100644 index 00000000..4971ea0b --- /dev/null +++ b/groups.d/120.native_runtime.d/pemagine.package @@ -0,0 +1,8 @@ +: ${PKG_PEMAGINE_DEPENDS:="ldso psxtypes"}; +: ${PKG_PEMAGINE_URLS_GIT:=pemagine=${DEFAULT_GITROOT}/pemagine}; +: ${PKG_PEMAGINE_CFLAGS_CONFIGURE_EXTRA:=-O0}; +: ${PKG_PEMAGINE_INSTALL_TARGET_EXTRA:=install-lib}; + +ex_pkg_register "pemagine" "${RTL_FILEOP_SOURCE_FNAME}" "native_runtime"; + +# vim:filetype=sh textwidth=0 |