# Note: depends on patch
# Note: depends on perl
wget -c http://downloads.sourceforge.net/project/hunspell/Hyphen/2.8/hyphen-2.8.8.tar.gz
tar -xzf hyphen-2.8.8.tar.gz
cd hyphen-2.8.8
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install