UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

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

Codename: aspell-app
Source file: aspell-0.60.8.tar.gz
Source directory: aspell-0.60.8
Package URL: https://umvirt.com/linux/downloads/0.2/packages/a/aspell-0.60.8.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/a/aspell-0.60.8.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:
./configure --prefix=/usr

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/aspell{,-dev}.html &&

install -v -m644 manual/aspell.html/* \
    /usr/share/doc/aspell-0.60.8/aspell.html &&

install -v -m644 manual/aspell-dev.html/* \
    /usr/share/doc/aspell-0.60.8/aspell-dev.html

fi