mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
9552d1fbd7
svn path=/nix/trunk/test/; revision=32
13 lines
141 B
Bash
Executable File
13 lines
141 B
Bash
Executable File
#! /bin/sh
|
|
|
|
export PATH=/bin:/usr/bin
|
|
|
|
top=`pwd`
|
|
tar xvfz $src
|
|
cd pspell-*
|
|
./configure --prefix=$top
|
|
make
|
|
make install
|
|
cd ..
|
|
rm -rf pspell-*
|