# # A spell checker. # # GNU Aspell is a Free and Open Source spell checker designed to # eventually replace Ispell. It can either be used as a library or as an # independent spell checker. Its main feature is that it does a superior # job of suggesting possible replacements for a misspelled word than just # about any other spell checker out there for the English language. # # Unlike Ispell, Aspell can also easily check documents in UTF-8 without # having to use a special dictionary. Aspell will also do its best to # respect the current locale setting. Other advantages over Ispell # include support for using multiple dictionaries at once and # intelligently handling personal dictionaries when more than one Aspell # process is open at once. # 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=aspell pkgversion=0.60.8 arch=amd64 release=1 pkgcategory="dict" full_pkgname=aspell_0.60.8_amd64-1@dict blurb="A spell checker." homepage="https://www.aspell.net" license="LGPLv2.1" fetch="ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.8.tar.gz" replace=""