* Added the GNU diffutils.

svn path=/nixpkgs/trunk/; revision=312
This commit is contained in:
Eelco Dolstra
2003-08-18 17:04:07 +00:00
parent 86ac7b60b0
commit 5bfb7b04d4
3 changed files with 23 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#! /bin/sh
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd diffutils-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1