Added meta information and maintainer for trusted computing pkgs.

This commit is contained in:
Alexander Kjeldaas 2014-04-22 14:04:36 +02:00
parent baf4faeddc
commit 722455c16f
5 changed files with 32 additions and 0 deletions

View file

@ -6,6 +6,7 @@
_1126 = "Christian Lask <mail@elfsechsundzwanzig.de>";
aforemny = "Alexander Foremny <alexanderforemny@googlemail.com>";
ak = "Alexander Kjeldaas <ak@formalprivacy.com>";
akc = "Anders Claesson <akc@akc.is>";
algorith = "Dries Van Daele <dries_van_daele@telenet.be>";
all = "Nix Committers <nix-commits@lists.science.uu.nl>";

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;
};
}

View file

@ -9,4 +9,14 @@ stdenv.mkDerivation {
};
buildInputs = [ trousers openssl ];
meta = with stdenv.lib; {
description = ''The TPM Quote Tools is a collection of programs that provide support
for TPM based attestation using the TPM quote mechanism. The manual
page for tpm_quote_tools provides a usage overview.'';
homepage = http://tpmquotetools.sourceforge.net/;
license = licenses.bsd3;
maintainers = [ maintainers.ak ];
platforms = platforms.linux;
};
}

View file

@ -9,4 +9,14 @@ stdenv.mkDerivation {
};
buildInputs = [ trousers openssl ];
meta = with stdenv.lib; {
description = ''tpm-tools is an open-source package designed to enable user and application
enablement of Trusted Computing using a Trusted Platform Module (TPM),
similar to a smart card environment.'';
homepage = http://sourceforge.net/projects/trousers/files/tpm-tools/;
license = licenses.cpl10;
maintainers = [ maintainers.ak ];
platforms = platforms.unix;
};
}

View file

@ -22,6 +22,7 @@ stdenv.mkDerivation {
description = "TrouSerS is an CPL (Common Public License) licensed Trusted Computing Software Stack.";
homepage = http://trousers.sourceforge.net/;
license = licenses.cpl;
maintainers = [ maintainers.ak ];
platforms = platforms.unix;
};
}