freerdp: Add meta information

svn path=/nixpkgs/trunk/; revision=29071
This commit is contained in:
Shea Levy 2011-09-07 03:42:23 +00:00
parent 93be0770d7
commit c3dff03d1a

View file

@ -30,5 +30,20 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-x"
] ++ stdenv.lib.optional printerSupport "--with-printer=cups";
meta = {
description = "A Remote Desktop Protocol Client";
longDescription = ''
FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP)
following the Microsoft Open Specifications.
'';
homepage = http://www.freerdp.com/;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}