mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
11 lines
141 B
Bash
11 lines
141 B
Bash
set -x
|
|
|
|
source $stdenv/setup
|
|
|
|
tar xvfz $src
|
|
cd readline-*
|
|
./configure --prefix=$out --with-curses
|
|
make
|
|
make install
|
|
#strip -S $out/lib/*/*.a
|