pthbs

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

flex (472B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-z:sha256:e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 
      7 export CPPFLAGS="-D_GNU_SOURCE -DSTDC_HEADERS"
      8 export LDFLAGS="--static"
      9 autotools_static flex-2.6.4 --disable-nls
     10 check_static command/flex
     11 check_static command/flex++
     12 
     13 {% endblock %}
     14 {% block genlinks_begin %}
     15 	x["./command/flex"]=1
     16 	x["./command/flex++"]=1
     17 	#x["./command/lex"]=1
     18 {% endblock %}