summaryrefslogtreecommitdiffstats
path: root/graphics/tesseract/PRE_BUILD
blob: 5353c0b24e3479beba570fdff7cbca1c942e890e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
default_pre_build            &&
cd $SOURCE_DIRECTORY         &&
# won't install if java not present
#if  ! spell_ok JAVA ;then
#sed -i 's/java//' Makefile.in 
#fi &&
for LL in $TESS_LANG; do
 case $LL in
   eng) unpack_file 2 ;;
   fra) unpack_file 3 ;;
   ita) unpack_file 4 ;;
   nld) unpack_file 5 ;;
   spa) unpack_file 6 ;;
   deu) unpack_file 7 ;;
 esac
done &&
./autogen.sh