287edecf42
* Started moving the gcc wrapper stuff out of stdenv. * Added octavefront and rna. svn path=/nixpkgs/trunk/; revision=814
13 lines
185 B
Bash
Executable file
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 |