mrrl

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

gperf (230B)


      1 {%- set pkg_version="3.1" -%}
      2 {%- set pkg_source="tar.gz" -%}
      3 {% extends "autotools_static_mini" %}
      4 {% block check -%}
      5 check_static command/gperf
      6 {% endblock %}
      7 {% block genlinks_begin %}
      8 	x["./{{bindir}}/gperf"]=1
      9 {% endblock %}