nixpkgs/build/pspell-build.sh

11 lines
119 B
Bash
Executable File

#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src
cd pspell-*
./configure --prefix=$top
make
make install