mrrl

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

pkgconf (535B)


      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@/library/pkgconfig") %}
      5 {% block configure %}
      6 export LDFLAGS=--static
      7 autotools_config_static --with-pkg-config-dir=
      8 
      9 {% endblock configure%}
     10 {% block check -%}
     11 check_static command/pkgconf
     12 
     13 {% endblock check %}
     14 {% block genlinks_begin %}
     15 	x["./command/pkgconf"]=1
     16 {% endblock genlinks_begin %}
     17 {% block genlinks_rules %}
     18 $2 == ".env-template" { link($0); next }
     19 {% endblock -%}