diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:18:55 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:18:55 +0200 |
commit | bfb5737aa37042efb77a267e5e9587141dc04b51 (patch) | |
tree | 95fa226d57c41b12553656f0d5aae993f4297670 /extra/hunspell/Pkgfile | |
parent | bd857adff8dc280272b6d270cf6d1ebadf70dd7b (diff) | |
download | nutyx-pakxe-bfb5737aa37042efb77a267e5e9587141dc04b51.tar.gz nutyx-pakxe-bfb5737aa37042efb77a267e5e9587141dc04b51.tar.bz2 nutyx-pakxe-bfb5737aa37042efb77a267e5e9587141dc04b51.tar.xz nutyx-pakxe-bfb5737aa37042efb77a267e5e9587141dc04b51.zip |
hunspell dans extra
Diffstat (limited to 'extra/hunspell/Pkgfile')
-rw-r--r-- | extra/hunspell/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/hunspell/Pkgfile b/extra/hunspell/Pkgfile new file mode 100644 index 000000000..1b6d253c0 --- /dev/null +++ b/extra/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.12 +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 +} + |