* Glibc 2.3.6.

* GCC 3.4.5.
* Updated several other stdenv packages.
* Modified the builders of several packages to use the generic
  builder.

svn path=/nixpkgs/trunk/; revision=4336
This commit is contained in:
Eelco Dolstra
2005-12-06 00:12:45 +00:00
parent 82e678362f
commit 94fe7734fa
23 changed files with 37 additions and 85 deletions
@@ -1,7 +0,0 @@
source $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd par2cmdline-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1
@@ -1,8 +1,7 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
name = "par2cmdline-0.3";
builder = ./builder.sh;
name = "par2cmdline-0.4";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/par2cmdline-0.3.tar.gz;
md5 = "705c97bc41b862d281dd41c219a60849";
url = http://surfnet.dl.sourceforge.net/sourceforge/parchive/par2cmdline-0.4.tar.gz;
md5 = "1551b63e57e3c232254dc62073b723a9";
};
}