summaryrefslogtreecommitdiffstats
path: root/base/hunspell/Pkgfile
diff options
context:
space:
mode:
authorsibelle <lesibel@free.fr>2010-03-04 09:18:42 +0100
committersibelle <lesibel@free.fr>2010-03-04 09:18:42 +0100
commitbcab39a4923d4749c6eb44de4b49a4b1bd767798 (patch)
treeb580f32fa8eba9b48b13d0415bdaff7ad0bdbf25 /base/hunspell/Pkgfile
parente1f5f7364a7aa1504b55d11f906ad16366077daf (diff)
parentd9951ead6c252c9046c7a3254d69655dafbb2ba3 (diff)
downloadnutyx-pakxe-bcab39a4923d4749c6eb44de4b49a4b1bd767798.tar.gz
nutyx-pakxe-bcab39a4923d4749c6eb44de4b49a4b1bd767798.tar.bz2
nutyx-pakxe-bcab39a4923d4749c6eb44de4b49a4b1bd767798.tar.xz
nutyx-pakxe-bcab39a4923d4749c6eb44de4b49a4b1bd767798.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'base/hunspell/Pkgfile')
-rw-r--r--base/hunspell/Pkgfile21
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
+}
+