* Copy lots of files to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=4623
This commit is contained in:
Eelco Dolstra
2006-01-30 16:04:03 +00:00
parent 53c56afcfe
commit 3389f4bc36
233 changed files with 624 additions and 659 deletions

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
setupHook = ./setup-hook.sh;
src = fetchurl {
url = ftp://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/automake-1.9.6.tar.gz;
md5 = "c60f77a42f103606981d456f1615f5b4";
};
buildInputs = [perl autoconf];

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "binutils-2.16.1";
builder = ./builder.sh;
src = fetchurl {
url = http://ftp.nluug.nl/gnu/binutils/binutils-2.16.1.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/binutils-2.16.1.tar.bz2;
md5 = "6a9d529efb285071dad10e1f3d2b2967";
};
inherit noSysDirs;

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "binutils-2.16.1";
builder = ./builder.sh;
src = fetchurl {
url = http://ftp.gnu.org/gnu/binutils/binutils-2.16.1.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/binutils-2.16.1.tar.bz2;
md5 = "6a9d529efb285071dad10e1f3d2b2967";
};
inherit noSysDirs;

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation {
};
valgrindsrc = fetchurl {
url = http://valgrind.org/downloads/valgrind-3.0.1.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/valgrind-3.0.1.tar.bz2;
md5 = "c29efdb7d1a93440f5644a6769054681";
};

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "ctags-5.5.4";
src = fetchurl {
url = http://heanet.dl.sourceforge.net/sourceforge/ctags/ctags-5.5.4.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/ctags-5.5.4.tar.gz;
md5 = "a84124caadd4103270e0b84596ecfe83";
};
}

View File

@@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "gnum4-1.4.3";
src = fetchurl {
url = http://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/m4-1.4.3.tar.bz2;
md5 = "1f7d7eba70a0525c44c2edc3998925c7";
};
}

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "help2man-1.35.1";
src = fetchurl {
url = http://ftp.gnu.org/gnu/help2man/help2man-1.35.1.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/help2man-1.35.1.tar.gz;
md5 = "e3c9e846dd163eb7f1d1661e2d0baa07";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://kcachegrind.sourceforge.net/kcachegrind-0.4.6.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/kcachegrind-0.4.6.tar.gz;
md5 = "4ed60028dcefd6bf626635d5f2f50273";
};

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "libtool-1.5.20";
src = fetchurl {
url = http://ftp.gnu.org/gnu/libtool/libtool-1.5.20.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/libtool-1.5.20.tar.gz;
md5 = "fc3b564700aebcb19de841c1c2d66e99";
};
buildInputs = [m4 perl];

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
setupHook = ./setup-hook.sh;
src = fetchurl {
url = http://pkgconfig.freedesktop.org/releases/pkgconfig-0.17.2.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/pkgconfig-0.17.2.tar.gz;
md5 = "a0829ae71b586e027183b2a1cfe0ce88";
};
}

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/strace/strace-4.5.12.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/strace-4.5.12.tar.bz2;
md5 = "c9dc77b9bd7f144f317e8289e0f6d40b";
};
}

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "texinfo-4.8";
src = fetchurl {
url = http://ftp.gnu.org/gnu/texinfo/texinfo-4.8.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/texinfo-4.8.tar.bz2;
md5 = "6ba369bbfe4afaa56122e65b3ee3a68c";
};
buildInputs = [ncurses];

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "valgrind-3.0.1";
src = fetchurl {
url = http://valgrind.org/downloads/valgrind-3.0.1.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/valgrind-3.0.1.tar.bz2;
md5 = "c29efdb7d1a93440f5644a6769054681";
};
}