pthbs

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

popt (324B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-z:sha256:c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 autotools_static popt-1.19 --disable-nls
      7 {% endblock %}
      8 {% block genlinks_begin %}
      9 	x["./include/popt.h"]=1
     10 	x["./library/libpopt.a"]=1
     11 {% endblock %}