ethereal -> wireshark

update to 0.99.5

svn path=/nixpkgs/trunk/; revision=8675
This commit is contained in:
Armijn Hemel 2007-05-13 23:24:34 +00:00
parent 7374debd18
commit 16fc4c0838
2 changed files with 10 additions and 10 deletions

View File

@ -1,10 +0,0 @@
{stdenv, fetchurl, perl, pkgconfig, glib, libpcap}:
stdenv.mkDerivation {
name = "ethereal-0.99";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/ethereal-0.99.0.tar.bz2;
md5 = "f9905b9d347acdc05af664a7553f7f76";
};
buildInputs = [perl pkgconfig glib libpcap];
}

View File

@ -0,0 +1,10 @@
{stdenv, fetchurl, perl, pkgconfig, glib, libpcap}:
stdenv.mkDerivation {
name = "wireshark-0.99.5";
src = fetchurl {
url = http://www.wireshark.org/download/src/wireshark-0.99.5.tar.gz;
sha256 = "0a6fkfdypfp73h1zxva2qxsm2mpkp1jv7p3d42xv5ghfwjqxyi0i";
};
buildInputs = [perl pkgconfig glib libpcap];
}