mlog (583B)
1 {% extends "genlinks" %} 2 {%- block script %} 3 #+{{pkg_install_name("musl-cross-make")}} 4 #+{{pkg_install_name("gnu-make")}} 5 #+{{pkg_install_name("busybox")}} 6 #@git:{{submodule.current["mlog"]}}:mlog 7 8 name=mlog 9 {% include "functions/check_static" %} 10 {% include "functions/build_env_static" %} 11 {% include "functions/vars" %} 12 build_env_static 13 def_prefix 14 15 cd mlog 16 make "$name" 17 18 install -d "$pthbs_destdir/$prefix/command" 19 install -m 755 "$name" "$pthbs_destdir/$prefix/command" 20 check_static "command/$name" 21 {% endblock %} 22 {% block genlinks_begin %} 23 x["./command/mlog"]=1 24 {%- endblock %} 25