pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

pkgconf (367B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-J:sha256:3a224f2accf091b77a5781316e27b9ee3ba82c083cc2e539e08940b68a44fec5:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 
      7 export LDFLAGS=--static
      8 autotools_static pkgconf-2.1.1 --with-pkg-config-dir=
      9 
     10 check_static command/pkgconf
     11 
     12 {% endblock %}
     13 {% block genlinks_begin %}
     14 	x["./command/pkgconf"]=1
     15 {%- endblock %}