22 lines
1 KiB
Text
22 lines
1 KiB
Text
# Template file for 'aspell'
|
|
pkgname=aspell
|
|
version=0.60.6.1
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-compile-in-filters"
|
|
short_desc="Spell checker with good multi-language support"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1
|
|
long_desc="
|
|
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 much better job of coming up with
|
|
possible suggestions than just about any other spell checker out there for the
|
|
English language, including Ispell and Microsoft Word. It also has many other
|
|
technical enhancements over Ispell such as using shared memory for dictionaries
|
|
and intelligently handling personal dictionaries when more than one Aspell
|
|
process is open at once."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency full perl ">=0"
|
|
Add_dependency build ncurses-devel
|