diff options
Diffstat (limited to 'groups.d/221.native_packages_dev.d/lunix.package')
-rw-r--r-- | groups.d/221.native_packages_dev.d/lunix.package | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/groups.d/221.native_packages_dev.d/lunix.package b/groups.d/221.native_packages_dev.d/lunix.package new file mode 100644 index 00000000..1b188593 --- /dev/null +++ b/groups.d/221.native_packages_dev.d/lunix.package @@ -0,0 +1,10 @@ +: ${PKG_LUNIX_DEPENDS:="lua"}; +: ${PKG_LUNIX_URLS_GIT:=lunix=https://github.com/Redfoxmoon3/lunix.git@master}; +: ${PKG_LUNIX_IN_TREE:=1}; +: ${PKG_LUNIX_MAKEFLAGS_BUILD:="all5.3 libdir=${PREFIX_NATIVE}/lib"}; +: ${PKG_LUNIX_MAKEFLAGS_INSTALL_EXTRA:="libdir=lib"}; +: ${PKG_LUNIX_DISABLED:=1}; + +ex_pkg_register "lunix" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 |