pthbs

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

libarchive (446B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-J:sha256:04357661e6717b6941682cde02ad741ae4819c67a260593dfb2431861b251acb:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 
      7 export LDFLAGS=--static
      8 autotools_static libarchive-3.7.2 --without-xml2
      9 
     10 check_static command/bsdtar
     11 check_static command/bsdcpio
     12 
     13 {% endblock %}
     14 {% block genlinks_begin %}
     15 	x["./command/bsdtar"]=1
     16 	x["./command/bsdcpio"]=1
     17 	x["./library/libarchive.a"]=1
     18 {%- endblock %}