mrrl

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

findutils (613B)


      1 {%- set pkg_version="4.10.0" -%}
      2 {%- set pkg_source="tar.xz" -%}
      3 {% extends "autotools_static" %}
      4 {% block configure_args %}--disable-nls{% endblock %}
      5 {% block check -%}
      6 check_static command/find
      7 check_static command/xargs
      8 # TODO: fix shebang in check_static command/locate
      9 # TODO: fix shebang in command/updatedb
     10 
     11 {% endblock %}
     12 {% block genlinks_begin %}
     13 	x["./command/find"]=1
     14 	x["./command/xargs"]=1
     15 	x["./command/locate"]=1
     16 	x["./command/updatedb"]=1
     17 	x["./man/man1/find.1"]=1
     18 	x["./man/man1/xargs.1"]=1
     19 	x["./man/man1/locate.1"]=1
     20 	x["./man/man1/updatedb.1"]=1
     21 	x["./man/man5/locatedb.5"]=1
     22 {% endblock %}