More metadata

svn path=/nixpkgs/trunk/; revision=23808
This commit is contained in:
Yury G. Kudryashov
2010-09-15 12:57:49 +00:00
parent e6a787f44a
commit 10376e7ba1
7 changed files with 58 additions and 3 deletions
@@ -21,4 +21,9 @@ stdenv.mkDerivation rec {
dontStrip = true;
configureFlags = [ "--with-pcap=linux" "ac_cv_linux_vers=2" ];
};
meta = {
homepage = http://www.tcpdump.org;
description = "Packet Capture Library";
};
}