Skip to content

Commit

Permalink
Remove download and build support for aspell.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 6, 2012
1 parent 0be2c02 commit eab591a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
11 changes: 0 additions & 11 deletions build.sh
Expand Up @@ -268,17 +268,6 @@ buildUtils(){
# xpdf
buildProgram "xpdf-3.03" "$CFG_CACHE --without-x"

# aspell
buildProgram "aspell-0.60.6" "" "exec_prefix=$PREFIX"
cd aspell6-en-6.0-0
if [ "$WRE_CLEAN" == 1 ]; then
$WRE_MAKE distclean
$WRE_MAKE clean
fi
./configure --vars ASPELL=$PREFIX/bin/aspell WORD_LIST_COMPRESS=$PREFIX/bin/word-list-compress; checkError $? "aspell-en configure"
$WRE_MAKE; checkError $? "aspell-en make"
$WRE_MAKE install ; checkError $? "aspell-en make install"

cd $WRE_BUILDDIR
}

Expand Down
8 changes: 0 additions & 8 deletions getsource.sh
Expand Up @@ -17,14 +17,6 @@ tar xfz nginx-1.0.11.tar.gz
wget -t 4 -nv ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
tar zxf ImageMagick.tar.gz

# aspell dictionary http://aspell.net/
wget -t 4 -nv ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.tar.gz
tar zxf aspell-0.60.6.tar.gz

# aspell-en
wget -t 4 -nv ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-6.0-0.tar.bz2
tar jxf aspell6-en-6.0-0.tar.bz2

# catdoc .doc and .xls converter http://vitus.wagner.pp.ru/software/catdoc/
wget -t 4 -nv http://ftp.wagner.pp.ru/pub/catdoc/catdoc-0.94.2.tar.gz
tar zxf catdoc-0.94.2.tar.gz
Expand Down

0 comments on commit eab591a

Please sign in to comment.