nixpkgs/pkgs/development/libraries/ncurses/builder.sh
Eelco Dolstra 287edecf42 * Added gperf, texinfo, ncurses.
* Started moving the gcc wrapper stuff out of stdenv.
* Added octavefront and rna.

svn path=/nixpkgs/trunk/; revision=814
2004-03-05 10:13:23 +00:00

12 lines
154 B
Bash
Executable file

#! /bin/sh -e
buildinputs=""
. $stdenv/setup
tar xvfz $src
cd ncurses-*
./configure --prefix=$out --with-shared
make
make install
strip -S $out/lib/*.a