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