Skip to content

Commit eab591a

Browse files
committedJan 6, 2012
Remove download and build support for aspell.
1 parent 0be2c02 commit eab591a

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed
 

‎build.sh

-11
Original file line numberDiff line numberDiff line change
@@ -268,17 +268,6 @@ buildUtils(){
268268
# xpdf
269269
buildProgram "xpdf-3.03" "$CFG_CACHE --without-x"
270270

271-
# aspell
272-
buildProgram "aspell-0.60.6" "" "exec_prefix=$PREFIX"
273-
cd aspell6-en-6.0-0
274-
if [ "$WRE_CLEAN" == 1 ]; then
275-
$WRE_MAKE distclean
276-
$WRE_MAKE clean
277-
fi
278-
./configure --vars ASPELL=$PREFIX/bin/aspell WORD_LIST_COMPRESS=$PREFIX/bin/word-list-compress; checkError $? "aspell-en configure"
279-
$WRE_MAKE; checkError $? "aspell-en make"
280-
$WRE_MAKE install ; checkError $? "aspell-en make install"
281-
282271
cd $WRE_BUILDDIR
283272
}
284273

‎getsource.sh

-8
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ tar xfz nginx-1.0.11.tar.gz
1717
wget -t 4 -nv ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
1818
tar zxf ImageMagick.tar.gz
1919

20-
# aspell dictionary http://aspell.net/
21-
wget -t 4 -nv ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.tar.gz
22-
tar zxf aspell-0.60.6.tar.gz
23-
24-
# aspell-en
25-
wget -t 4 -nv ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-6.0-0.tar.bz2
26-
tar jxf aspell6-en-6.0-0.tar.bz2
27-
2820
# catdoc .doc and .xls converter http://vitus.wagner.pp.ru/software/catdoc/
2921
wget -t 4 -nv http://ftp.wagner.pp.ru/pub/catdoc/catdoc-0.94.2.tar.gz
3022
tar zxf catdoc-0.94.2.tar.gz

0 commit comments

Comments
 (0)
Please sign in to comment.