Author: shlevy
Date: Wed Sep  7 03:42:23 2011
New Revision: 29071
URL: https://svn.nixos.org/websvn/nix/?rev=29071&sc=1

Log:
freerdp: Add meta information

Modified:
   nixpkgs/trunk/pkgs/applications/networking/remote/freerdp/default.nix

Modified: nixpkgs/trunk/pkgs/applications/networking/remote/freerdp/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/remote/freerdp/default.nix       
Wed Sep  7 03:41:18 2011        (r29070)
+++ nixpkgs/trunk/pkgs/applications/networking/remote/freerdp/default.nix       
Wed Sep  7 03:42:23 2011        (r29071)
@@ -30,5 +30,20 @@
   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 ];
+  };
 }
 
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to