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
@@ -12,5 +12,13 @@ stdenv.mkDerivation {
meta = {
homepage = http://nice.freedesktop.org/wiki/;
description = "The GLib ICE implementation";
longDescription = ''
Libnice is an implementation of the IETF's Interactice Connectivity
Establishment (ICE) standard (RFC 5245) and the Session Traversal
Utilities for NAT (STUN) standard (RFC 5389).
It provides a GLib-based library, libnice and a Glib-free library,
libstun as well as GStreamer elements.'';
};
}