File tree 2 files changed +0
-19
lines changed
2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -268,17 +268,6 @@ buildUtils(){
268
268
# xpdf
269
269
buildProgram " xpdf-3.03" " $CFG_CACHE --without-x"
270
270
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
-
282
271
cd $WRE_BUILDDIR
283
272
}
284
273
Original file line number Diff line number Diff line change @@ -17,14 +17,6 @@ tar xfz nginx-1.0.11.tar.gz
17
17
wget -t 4 -nv ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
18
18
tar zxf ImageMagick.tar.gz
19
19
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
-
28
20
# catdoc .doc and .xls converter http://vitus.wagner.pp.ru/software/catdoc/
29
21
wget -t 4 -nv http://ftp.wagner.pp.ru/pub/catdoc/catdoc-0.94.2.tar.gz
30
22
tar zxf catdoc-0.94.2.tar.gz
You can’t perform that action at this time.
0 commit comments