8c9f87cd0c
svn path=/nixpkgs/trunk/; revision=10257
7 lines
110 B
Bash
7 lines
110 B
Bash
source $stdenv/setup
|
|
|
|
tar xfvz $src
|
|
cd mc-*
|
|
./configure --prefix=$out --with-screen=ncurses
|
|
make
|
|
make install
|