diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-04 08:14:13 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-04 08:14:13 +0100 |
commit | be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4 (patch) | |
tree | 292abfc965406e6451516d96057b9b1dcaa5cad0 /extra/hunspell/Pkgfile | |
parent | e06fa863719e767d4eb3d2035e6718d79952cbcc (diff) | |
download | nutyx-pakxe-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.tar.gz nutyx-pakxe-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.tar.bz2 nutyx-pakxe-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.tar.xz nutyx-pakxe-be442a58216cbfdfbf0a0349ac9373f1b8a2cdf4.zip |
hunspelle, déplacé dans base
Diffstat (limited to 'extra/hunspell/Pkgfile')
-rw-r--r-- | extra/hunspell/Pkgfile | 22 |
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 -} - |