pthbs

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

patchelf:bootstrap (378B)


      1 {% extends "autotools" %}
      2 {%- block default_deps %}
      3 #@pragma:nosandbox
      4 #@pragma:nopath
      5 #@git:{{submodule.current["patchelf"]}}:patchelf
      6 {%- endblock %}
      7 {% block at_script %}
      8 cd patchelf
      9 ./bootstrap.sh
     10 autotools_static . --disable-nls
     11 check_static command/patchelf
     12 {% endblock %}
     13 {% block genlinks_begin %}
     14 	x["./command/patchelf"]=1
     15 	x["./man/man1/patchelf.1"]=1
     16 {% endblock %}