pthbs

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

bison (499B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #+{{pkg_install_name("flex")}}
      4 #@untar:-J:sha256:9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2:.
      5 {%- endblock %}
      6 {% block at_script %}
      7 export CPPFLAGS="-D_GNU_SOURCE -DSTDC_HEADERS"
      8 autotools_static bison-3.8.2 --disable-nls
      9 check_static command/bison
     10 rm -vrf "$pthbs_destdir"/$prefix/lib/charset.alias
     11 rmdir -p "$pthbs_destdir"/$prefix/lib || true
     12 {% endblock %}
     13 {% block genlinks_begin %}
     14 	x["./command/bison"]=1
     15 {% endblock %}