mrrl

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

diffutils (327B)


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