about summary refs log tree commit diff
path: root/pkgs/pspell/pspell-build.sh
blob: 5916ca2f7144ddc7a9cbd7c298c4a09f271dbf63 (plain) (blame)
1
2
3
4
5
6
7
8
9
#! /bin/sh

export PATH=/bin:/usr/bin

tar xvfz $src || exit 1
cd pspell-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1