mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

libarchive (446B)


      1 {%- set pkg_version="3.7.2" -%}
      2 {%- set pkg_source="tar.xz" -%}
      3 {% extends "autotools_static" %}
      4 {% block configure -%}
      5 export LDFLAGS=--static
      6 {{ super() -}}
      7 {% endblock %}
      8 {%- block configure_args %}--without-xml2{% endblock %}
      9 {% block check -%}
     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 %}