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

export PATH=/bin:/usr/bin

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