mrrl

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

patch (279B)


      1 {%- set pkg_version="2.7.6" -%}
      2 {%- set pkg_source="tar.xz" -%}
      3 {% extends "autotools_static" %}
      4 {% block configure_args %}--disable-nls{% endblock %}
      5 {% block check -%}
      6 check_static command/patch
      7 
      8 {% endblock %}
      9 {% block genlinks_begin %}
     10 	x["./command/patch"]=1
     11 {% endblock %}