diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-04 08:14:13 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-04 08:14:13 +0100 |
commit | be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4 (patch) | |
tree | 292abfc965406e6451516d96057b9b1dcaa5cad0 /base/hunspell/Pkgfile | |
parent | e06fa863719e767d4eb3d2035e6718d79952cbcc (diff) | |
download | nutyx-extra-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.tar.gz nutyx-extra-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.tar.bz2 nutyx-extra-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.tar.xz nutyx-extra-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.zip |
hunspelle, déplacé dans base
Diffstat (limited to 'base/hunspell/Pkgfile')
-rw-r--r-- | base/hunspell/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/base/hunspell/Pkgfile b/base/hunspell/Pkgfile new file mode 100644 index 000000000..cf5201cf1 --- /dev/null +++ b/base/hunspell/Pkgfile @@ -0,0 +1,21 @@ +# Description: Spell checker and morphological analyzer library and program +# URL: http://hunspell.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr + +name=hunspell +version=1.2.8 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-static \ + --with-ui \ + --with-readline \ + --with-experimental + make + make DESTDIR=$PKG install +} + |