UmVirt LFS Package info
DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
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: https://umvirt.com/linux/downloads/0.2.4/packages/a/aspell-0.60.8.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/a/aspell-0.60.8.1.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: aspell-en, aspell.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./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