UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
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.1.tar.gz
Source directory: aspell-0.60.8.1
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/a/aspell-0.60.8.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/a/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:
./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.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