diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-04 16:02:03 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-04 16:02:03 (EST) |
commit | ca424347e28f1998d3f51a40e7b9a3ffc65c291a (patch) | |
tree | a20f7eabcfca1bf448504d956c866d5d127b8c49 | |
parent | 7e864edc62531d42585841b0f85d2a8a77f603ba (diff) |
scdaemon: New binary package
-rw-r--r-- | scdaemon.pkg/control | 13 | ||||
-rw-r--r-- | scdaemon.pkg/files | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/scdaemon.pkg/control b/scdaemon.pkg/control new file mode 100644 index 0000000..5c9079a --- /dev/null +++ b/scdaemon.pkg/control @@ -0,0 +1,13 @@ +Architecture: any +Platform: all +Depends: gnupg-common (= ${Binary-Version}), + libgcrypt.20 (>= 1.7.0), + libgpg-error.0 (>= 1.24), + libksba.8 (>= 1.3.4), + libassuan.0 (>= 2.5.0), + libnpth.0 (>= 1.2), +Description: GNU Privacy Guard system - Smartcard daemon + ${Common-Description} + . + The "scdaemon" is a daemon to manage smartcards. It is usually invoked by + "gpg-agent" and in general not used directly. diff --git a/scdaemon.pkg/files b/scdaemon.pkg/files new file mode 100644 index 0000000..0451d96 --- /dev/null +++ b/scdaemon.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/scdaemon |