Added meta information and maintainer for trusted computing pkgs.

This commit is contained in:
Alexander Kjeldaas
2014-04-22 14:05:10 +02:00
parent baf4faeddc
commit 722455c16f
5 changed files with 32 additions and 0 deletions
+10
View File
@@ -19,4 +19,14 @@ stdenv.mkDerivation {
substituteInPlace docs/Makefile --replace /usr/share /share
'';
installFlags = "DESTDIR=$(out)";
meta = with stdenv.lib; {
description = ''Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses
Intel(R) Trusted Execution Technology (Intel(R) TXT) to perform a measured
and verified launch of an OS kernel/VMM.'';
homepage = http://sourceforge.net/projects/tboot/;
license = licenses.bsd3;
maintainers = [ maintainers.ak ];
platforms = platforms.linux;
};
}