summaryrefslogtreecommitdiffstats
path: root/extra/hunspell/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-04 08:14:13 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-04 08:14:13 +0100
commitbe442a58216cbfdfbf0a0349ac9373f1b8a2cdf4 (patch)
tree292abfc965406e6451516d96057b9b1dcaa5cad0 /extra/hunspell/Pkgfile
parente06fa863719e767d4eb3d2035e6718d79952cbcc (diff)
downloadnutyx-extra-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.tar.gz
nutyx-extra-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.tar.bz2
nutyx-extra-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.tar.xz
nutyx-extra-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.zip
hunspelle, déplacé dans base
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
-}
-