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
|