90fc1d314c
svn path=/nixpkgs/trunk/; revision=1687
10 lines
108 B
Bash
10 lines
108 B
Bash
. $stdenv/setup
|
|
|
|
PATH=$perl/bin:$PATH
|
|
|
|
tar xvfz $src
|
|
cd hello-*
|
|
./configure --prefix=$out
|
|
make
|
|
make install
|