UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

enchant

The enchant package provides a generic interface into various existing spell checking libraries.

Package info

Template:
Codename: enchant
Source file: enchant-2.8.12.tar.gz
Source file size: 1254492
Source file MD5-checkum: 4007c6993e4657af11fe5d0d4b598506
Source directory: enchant-2.8.12
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/e/enchant-2.8.12.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/e/enchant-2.8.12.tar.gz.md5sum
Dependances: glib, aspell.
Dependance of: pluma, gspell, webkitgtk3, webkitgtk4.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi


./configure --prefix=/usr    \
            --sysconfdir=/etc \
            $ARG_STATIC \
            --docdir=/usr/share/doc/enchant-2.8.12

Build script:
make

Install script:
make install