mrrl

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

popt (260B)


      1 {%- set pkg_version="1.19" -%}
      2 {%- set pkg_source="tar.gz" -%}
      3 {% extends "autotools_static_mini" %}
      4 {% block configure_args %}--disable-nls{% endblock %}
      5 {% block genlinks_begin %}
      6 	x["./{{includedir}}/popt.h"]=1
      7 	x["./{{libdir}}/libpopt.a"]=1
      8 {% endblock %}