pthbs

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

mpfr (256B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-z:sha256:c05e3f02d09e0e9019384cdd58e0f19c64e6db1fd6f5ecf77b4b1c61ca253acc:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 autotools mpfr-4.0.2 --disable-nls --enable-static --disable-shared
      7 {% endblock %}