mrrl

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

popt (245B)


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