mrrl

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

pkgconf (551B)


      1 {%- set pkg_version="2.1.1" -%}
      2 {%- set pkg_source="tar.xz" -%}
      3 {% extends "autotools_static" %}
      4 {% do setitem(env_template, "PKG_CONFIG_LIBDIR", "@ENVROOT@/"~pkgconfigdir) %}
      5 {% block configure %}
      6 export LDFLAGS=--static
      7 build_env_static
      8 autotools_config_static --with-pkg-config-dir=
      9 
     10 {% endblock configure%}
     11 {% block check -%}
     12 check_static command/pkgconf
     13 
     14 {% endblock check %}
     15 {% block genlinks_begin %}
     16 	x["./{{bindir}}/pkgconf"]=1
     17 {% endblock genlinks_begin %}
     18 {% block genlinks_rules %}
     19 $2 == ".env-template" { link($0); next }
     20 {% endblock -%}