* octavefront removed
* rna removed * octave-2.1.57 added svn path=/nixpkgs/trunk/; revision=1228
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
set -x
|
||||
|
||||
buildinputs="$autoconf $g77 $texinfo $bison $flex $gperf $rna $aterm"
|
||||
. $stdenv/setup
|
||||
|
||||
g77orig=$(cat $g77/nix-support/orig-gcc)
|
||||
export NIX_LDFLAGS="-rpath $g77orig/lib $NIX_LDFLAGS"
|
||||
|
||||
export NIX_STRIP_DEBUG=
|
||||
export NIX_CFLAGS_COMPILE="-g $NIX_CFLAGS_COMPILE"
|
||||
|
||||
tar xvfz $src
|
||||
cd octavefront-*
|
||||
./autogen.sh
|
||||
./configure --prefix=$out --disable-readline --enable-rna=$rna --enable-aterm
|
||||
make
|
||||
make install
|
||||
#strip -S $out/lib/*/*.a
|
||||
@@ -1,18 +0,0 @@
|
||||
{ stdenv, fetchurl, autoconf, g77, texinfo, bison, flex, gperf
|
||||
, rna, aterm
|
||||
}:
|
||||
|
||||
assert autoconf != null && texinfo != null
|
||||
&& bison != null && flex != null && gperf != null
|
||||
&& rna != null && aterm != null;
|
||||
assert g77.langF77;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "octavefront-0.2";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.radionetworkprocessor.com/pub/radionetworkprocessor/octavefront-0.2.tar.gz;
|
||||
md5 = "14e02d060fd6afc6752dbba0a7445ff2";
|
||||
};
|
||||
inherit autoconf g77 texinfo bison flex gperf rna aterm;
|
||||
}
|
||||
Reference in New Issue
Block a user