nixpkgs/pkgs/development/libraries/rna/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

13 lines
185 B
Bash
Executable file

#! /bin/sh -e
buildinputs="$zlib"
. $stdenv/setup
tar xvfz $src
cd rna-*
./configure --prefix=$out
make
make install
strip -S $out/lib/*.a
echo "$zlib" > $out/propagated-build-inputs