* Remove unused stuff.

svn path=/nixpkgs/trunk/; revision=2268
This commit is contained in:
Eelco Dolstra 2005-02-22 09:57:36 +00:00
parent 399d23373e
commit 290fba0cb6
32 changed files with 1 additions and 214 deletions

View File

@ -1,4 +0,0 @@
. $stdenv/setup
mkdir $out
cp -a $src $out

View File

@ -1,7 +0,0 @@
{stdenv}:
stdenv.mkDerivation {
name = "bash-static-2.05b";
builder = ./builder.sh;
src = ./bash;
}

View File

@ -1,8 +0,0 @@
. $stdenv/setup
PATH=$gzip:$PATH
$curl/bin/curl $src > $tarball
$tar/bin/tar zxvf $tarball
mkdir $out
cp -a binutils-2.15/* $out

View File

@ -1,9 +0,0 @@
{stdenv, gnutar, gzip, curl}:
stdenv.mkDerivation {
inherit gnutar gzip curl;
name = "binutils-static-2.15";
builder = ./builder.sh;
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/binutils-2.15-static.tar.gz;
tarball = "binutils-2.15-static.tar.gz";
}

View File

@ -1,8 +0,0 @@
. $stdenv/setup
PATH=$gzip:$PATH
$curl/bin/curl $src > $tarball
$tar/bin/tar zxvf $tarball
mkdir $out
cp -a bzip2-1.0.2/* $out

View File

@ -1,9 +0,0 @@
{stdenv, gnutar, gzip, curl}:
stdenv.mkDerivation {
inherit gnutar gzip curl;
name = "bzip2-static-1.0.2";
builder = ./builder.sh;
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/bzip2-1.0.2-static.tar.gz;
tarball = "bzip2-1.0.2-static.tar.gz";
}

View File

@ -1,8 +0,0 @@
. $stdenv/setup
PATH=$gzip:$PATH
$curl/bin/curl $src > $tarball
$tar/bin/tar zxvf $tarball
mkdir $out
cp -a coreutils-5.0/* $out

View File

@ -1,9 +0,0 @@
{stdenv, gnutar, gzip, curl}:
stdenv.mkDerivation {
inherit curl gzip gnutar;
name = "coreutils-static-5.0";
builder = ./builder.sh;
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/coreutils-5.0-static.tar.gz;
tarball = "coreutils-5.0-static.tar.gz";
}

View File

@ -1,5 +0,0 @@
. $stdenv/setup
tar zxvf $src
mkdir $out
cp -a curl-7.12.2/* $out

View File

@ -1,7 +0,0 @@
{stdenv}:
stdenv.mkDerivation {
name = "curl-static-7.12.2";
builder = ./builder.sh;
src = ./curl-7.12.2-static.tar.gz;
}

View File

@ -21,7 +21,7 @@ rec {
tar = ./tools/tar;
bunzip2 = ./tools/bunzip2;
cp = ./tools/cp;
curl = ./curl-static/curl-7.12.2-static.tar.bz2;
curl = ./tools/curl-7.12.2-static.tar.bz2;
system = "i686-linux";
args = [ ./scripts/unpack-curl.sh ];
};

View File

@ -1,8 +0,0 @@
. $stdenv/setup
PATH=$gzip:$PATH
$curl/bin/curl $src > $tarball
$tar/bin/tar zxvf $tarball
mkdir $out
cp -a diffutils-2.8.1/* $out

View File

@ -1,9 +0,0 @@
{stdenv, gnutar, gzip, curl}:
stdenv.mkDerivation {
inherit curl gzip gnutar;
name = "diffutils-static-2.8.1";
builder = ./builder.sh;
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/diffutils-2.8.1-static.tar.gz;
tarball = "diffutils-2.8.1-static.tar.gz";
}

View File

@ -1,8 +0,0 @@
. $stdenv/setup
PATH=$gzip:$PATH
$curl/bin/curl $src > $tarball
$tar/bin/tar zxvf $tarball
mkdir $out
cp -a findutils-4.1.20/* $out

View File

@ -1,9 +0,0 @@
{stdenv, gnutar, gzip, curl}:
stdenv.mkDerivation {
inherit curl gzip gnutar;
name = "findutils-static-4.1.20";
builder = ./builder.sh;
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/findutils-4.1.20-static.tar.gz;
tarball = "findutils-4.1.20-static.tar.gz";
}

View File

@ -1,8 +0,0 @@
. $stdenv/setup
PATH=$gzip:$PATH
$curl/bin/curl $src > $tarball
$tar/bin/tar zxvf $tarball
mkdir $out
cp -a gawk-3.1.3/* $out

View File

@ -1,9 +0,0 @@
{stdenv, gnutar, gzip, curl}:
stdenv.mkDerivation {
inherit curl gzip gnutar;
name = "gawk-static-3.1.3";
builder = ./builder.sh;
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/gawk-3.1.3-static.tar.gz;
tarball = "gawk-3.1.3-static.tar.gz";
}

View File

@ -1,5 +0,0 @@
. $stdenv/setup
tar zxvf $src
mkdir $out
cp -a gcc-3.3.4/* $out

View File

@ -1,10 +0,0 @@
{stdenv}:
stdenv.mkDerivation {
name = "gcc-static-3.3.4";
builder = ./builder.sh;
src = ./gcc-3.3.4-static.tar.gz;
langC = true;
langCC = false;
langF77 = false;
}

View File

@ -1,8 +0,0 @@
. $stdenv/setup
PATH=$gzip:$PATH
$curl/bin/curl $src > $tarball
$tar/bin/tar zxvf $tarball
mkdir $out
cp -a grep-2.5.1/* $out

View File

@ -1,9 +0,0 @@
{stdenv, gnutar, gzip, curl}:
stdenv.mkDerivation {
inherit curl gzip gnutar;
name = "gnugrep-static-2.5.1";
builder = ./builder.sh;
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/grep-2.5.1-static.tar.gz;
tarball = "grep-2.5.1-static.tar.gz";
}

View File

@ -1,8 +0,0 @@
. $stdenv/setup
PATH=$gzip:$PATH
$curl/bin/curl $src > $tarball
$tar/bin/tar zxvf $tarball
mkdir $out
cp -a make-3.80/* $out

View File

@ -1,9 +0,0 @@
{stdenv, gnutar, gzip, curl}:
stdenv.mkDerivation {
inherit curl gzip gnutar;
name = "gnumake-static-3.80";
builder = ./builder.sh;
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/make-3.80-static.tar.gz;
tarball = "make-3.80-static.tar.gz";
}

View File

@ -1,8 +0,0 @@
. $stdenv/setup
PATH=$gzip:$PATH
$curl/bin/curl $src > $tarball
$tar/bin/tar zxvf $tarball
mkdir $out
cp -a sed-4.0.7/* $out

View File

@ -1,9 +0,0 @@
{stdenv, gnutar, gzip, curl}:
stdenv.mkDerivation {
inherit curl gzip gnutar;
name = "gnused-static-4.0.7";
builder = ./builder.sh;
src = http://losser.st-lab.cs.uu.nl/~armijn/.nix/sed-4.0.7-static.tar.gz;
tarball = "sed-4.0.7-static.tar.gz";
}

View File

@ -1,4 +0,0 @@
. $stdenv/setup
mkdir $out
cp -a $src/* $out

View File

@ -1,7 +0,0 @@
{stdenv}:
stdenv.mkDerivation {
name = "gnutar-static-1.13.25";
builder = ./builder.sh;
src = ./bin;
}

View File

@ -1,4 +0,0 @@
. $stdenv/setup
mkdir $out
cp -a $src/* $out

View File

@ -1,7 +0,0 @@
{stdenv}:
stdenv.mkDerivation {
name = "gzip-static-1.3.3";
builder = ./builder.sh;
src = ./bin;
}