pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

m4 (475B)


      1 {% extends "autotools" %}
      2 {%- block default_deps %}
      3 #+{{pkg_install_name("musl-cross-make")}}
      4 #+{{pkg_install_name("gnu-make")}}
      5 #+{{pkg_install_name("busybox")}}
      6 #+{{pkg_install_name("busybox-diffutils")}}
      7 #@untar:-z:sha256:3be4a26d825ffdfda52a56fc43246456989a3630093cced3fbddf4771ee58a70:.
      8 {%- endblock %}
      9 {% block at_script %}
     10 
     11 autotools_static m4-1.4.19 --disable-nls
     12 check_static command/m4
     13 
     14 {% endblock %}
     15 {% block genlinks_begin %}
     16 	x["./command/m4"]=1
     17 {% endblock %}