nixpkgs/pkgs/pspell/pspell-build.sh
Eelco Dolstra 0f0a347992 * Converted some more packages.
svn path=/nixpkgs/trunk/; revision=152
2003-07-12 13:04:41 +00:00

10 lines
159 B
Bash
Executable file

#! /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