82e678362f
svn path=/nixpkgs/trunk/; revision=4335
10 lines
113 B
Bash
10 lines
113 B
Bash
source $stdenv/setup
|
|
|
|
PATH=$perl/bin:$PATH
|
|
|
|
tar xvfz $src
|
|
cd hello-*
|
|
./configure --prefix=$out
|
|
make
|
|
make install
|