pthbs

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

mpc (286B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #+{{pkg_install_name("gmp")}}
      4 #@untar:-z:sha256:6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e:.
      5 {%- endblock %}
      6 {% block at_script %}
      7 autotools mpc-1.1.0 --disable-nls --enable-static --disable-shared
      8 {% endblock %}
      9