* 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
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "cdrtools-2.01";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.berlios.de/pub/cdrecord/cdrtools-2.01.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/cdrtools-2.01.tar.bz2;
md5 = "d44a81460e97ae02931c31188fe8d3fd";
};
patches = [./cdrtools-2.01-install.patch];
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "pinfo-0.6.8";
src = fetchurl {
url = http://dione.cc/~pborys/software/pinfo/pinfo-0.6.8.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/pinfo-0.6.8.tar.gz;
md5 = "55feb4ebaa709b52bd00a15ed0fb52fb";
};
buildInputs = [ncurses];
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "xchm-1.2";
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/xchm/xchm-1.2.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/xchm-1.2.tar.gz;
md5 = "17f2cda873f61470636dbfeebb4a531d";
};
buildInputs = [wxGTK chmlib];
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.01.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/xpdf-3.01.tar.gz;
md5 = "e004c69c7dddef165d768b1362b44268";
};
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "xterm-208";
src = fetchurl {
url = ftp://invisible-island.net/xterm/xterm.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/xterm.tar.gz;
md5 = "a062d0b398918015d07c31ecdcc5111a";
};
buildInputs = [libXaw xproto libXt libX11 libSM libICE ncurses];