about summary refs log tree commit diff
path: root/test/build/pspell-build.sh
blob: 588c2f1a09a8cd0834220323b9151cfd9b3fd57f (plain) (blame)
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