pthbs

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

autotools (503B)


      1 {% extends "genlinks" %}
      2 {%- block script %}
      3 {%- block default_deps %}
      4 #+{{pkg_install_name("musl-cross-make")}}
      5 #+{{pkg_install_name("gnu-make")}}
      6 #+{{pkg_install_name("busybox")}}
      7 #+{{pkg_install_name("busybox-diffutils")}}
      8 #+{{pkg_install_name("m4")}}
      9 {%- endblock %}
     10 {%- block extra_deps %}
     11 {%- endblock %}
     12 
     13 {% include "functions/build_env_static" %}
     14 {% include "functions/autotools" %}
     15 {% include "functions/check_static" %}
     16 {% block at_script %}
     17 autotools '{{name}}'
     18 {% endblock %}
     19 {% endblock %}