summaryrefslogtreecommitdiffstats
path: root/hunspell/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'hunspell/Pkgfile')
-rw-r--r--hunspell/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/hunspell/Pkgfile b/hunspell/Pkgfile
new file mode 100644
index 000000000..1b6d253c0
--- /dev/null
+++ b/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
+}
+