pthbs

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

gmp (255B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-j:sha256:5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 autotools gmp-6.1.2 --disable-nls --enable-static --disable-shared
      7 {% endblock %}