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