Author: shlevy
Date: Mon Aug 8 00:25:46 2011
New Revision: 28367
URL: https://svn.nixos.org/websvn/nix/?rev=28367&sc=1
Log:
mtdev: Added meta information
Modified:
nixpkgs/trunk/pkgs/development/libraries/mtdev/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/mtdev/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/mtdev/default.nix Mon Aug 8
00:25:38 2011 (r28366)
+++ nixpkgs/trunk/pkgs/development/libraries/mtdev/default.nix Mon Aug 8
00:25:46 2011 (r28367)
@@ -7,5 +7,23 @@
url = "http://bitmath.org/code/mtdev/mtdev-1.1.0.tar.gz";
sha256 = "14mky2vrzgy3x6k3rwkkpqkqyivbr6ym99gj5jmil9fqa9644lw4";
};
+
+ meta = {
+ homepage = http://bitmath.org/code/mtdev/;
+
+ description = "Multitouch Protocol Translation Library";
+
+ longDescription = ''
+ The mtdev is a stand-alone library which transforms all variants of
+ kernel MT events to the slotted type B protocol. The events put into
+ mtdev may be from any MT device, specifically type A without contact
+ tracking, type A with contact tracking, or type B with contact tracking.
+ See the kernel documentation for further details.
+ '';
+
+ license = "MIT/X11";
+
+ maintainers = [ stdenv.lib.maintainers.shlevy ];
+ };
}
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits