UmVirt LFS Package info

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

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.2/packages/a/aspell-0.60.8.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/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

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