diff options
author | sibelle <lesibel@free.fr> | 2010-03-04 09:18:42 +0100 |
---|---|---|
committer | sibelle <lesibel@free.fr> | 2010-03-04 09:18:42 +0100 |
commit | bcab39a4923d4749c6eb44de4b49a4b1bd767798 (patch) | |
tree | b580f32fa8eba9b48b13d0415bdaff7ad0bdbf25 /base/hunspell/Pkgfile | |
parent | e1f5f7364a7aa1504b55d11f906ad16366077daf (diff) | |
parent | d9951ead6c252c9046c7a3254d69655dafbb2ba3 (diff) | |
download | nutyx-extra-bcab39a4923d4749c6eb44de4b49a4b1bd767798.tar.gz nutyx-extra-bcab39a4923d4749c6eb44de4b49a4b1bd767798.tar.bz2 nutyx-extra-bcab39a4923d4749c6eb44de4b49a4b1bd767798.tar.xz nutyx-extra-bcab39a4923d4749c6eb44de4b49a4b1bd767798.zip |
Merge remote branch 'nutyx-2009/master'
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 +} + |