UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
aspell-app
The Aspell package contains an interactive spell checking program and the Aspell libraries. Aspell can either be used as a library or as an independent spell checker.Package info
Template:
Codename: aspell-app
Source file: aspell-0.60.8.1.tar.gz
Source directory: aspell-0.60.8.1
Package URL: aspell-0.60.8.1.tar.gz
Package md5-checksum URL: aspell-0.60.8.1.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: aspell, aspell-en.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -e 's/; i.*size)/, e = end(); i != e; ++i, ++size_)/' \
-i modules/speller/default/vector_hash-t.hpp
./configure --prefix=/usr --sysconfdir=/etc
Build script:
make
Install script:
make install &&
ln -svfn aspell-0.60 /usr/lib/aspell
install -v -m 755 scripts/ispell /usr/bin/
install -v -m 755 scripts/spell /usr/bin/
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
install -v -m755 -d /usr/share/doc/aspell-0.60.8.1/aspell{,-dev}.html &&
install -v -m644 manual/aspell.html/* \
/usr/share/doc/aspell-0.60.8.1/aspell.html &&
install -v -m644 manual/aspell-dev.html/* \
/usr/share/doc/aspell-0.60.8.1/aspell-dev.html
fi