# # The fast lexical analyser generator. # # Flex is a fast lexical analyser generator. It is a tool for # generating programs that perform pattern-matching on text. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=flex pkgversion=2.6.4 arch=amd64 release=1 pkgcategory="devel" full_pkgname=flex_2.6.4_amd64-1@devel blurb="The fast lexical analyser generator." homepage="https://flex.sourceforge.net" license="Custom" fetch="https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.lz" replace=""