about summary refs log blame commit diff
path: root/test/build/pspell-build.sh
blob: 57fb1dcbd1ee7b69e09be4654151e06ef646171c (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                         

               
#! /bin/sh

export PATH=/bin:/usr/bin

top=`pwd`
tar xvfz $src
cd pspell-*
./configure --prefix=$top
make
make install
cd ..
rm -rf pspell-*