PKGNAME=re2c
PKGSEC=libs
PKGDEP="glibc"
PKGDES="A tool for generating C-based recognizers from regular expressions"

# Note: project has both autotools and cmake config, using cmake here.
# autotools will mistakenly detect python2 even with NOPYTHON2=1
ABTYPE=cmake

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
