summaryrefslogtreecommitdiffstats
path: root/extra/hunspell/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hunspell/Pkgfile')
-rw-r--r--extra/hunspell/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/hunspell/Pkgfile b/extra/hunspell/Pkgfile
deleted file mode 100644
index 6a4363cc0..000000000
--- a/extra/hunspell/Pkgfile
+++ /dev/null
@@ -1,22 +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
-# Depends on: gcc-libs, readline
-
-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
-}
-