← recipes

Commit 8d72742

0
plików
+0
dodanych
-0
usuniętych
@@ -1,11 +1,28 @@
1 1 pkgname: gnupg
2 2 pkgver: '2.5.21'
3 -pkgrel: 1
3 +pkgrel: 2
4 4 pkgdesc: Complete and free implementation of the OpenPGP standard
5 5 url: 'http://www.gnupg.org/'
6 6 arch: x86_64
7 +# Zależności RUNTIME (wynik readelf -d na binarkach z paczki):
8 +# gpg/gpgv: libgcrypt, libgpg-error, libassuan, npth, readline, zlib, bzip2, sqlite
9 +# gpgsm: + libksba
10 +# dirmngr: + gnutls, libksba
11 +# scdaemon: + libusb (libusb-1.0)
12 +# pinentry jest wołany w runtime (prompt hasła) – musi być zainstalowany.
7 13 depends:
8 14 - pinentry
15 +- libgpg-error
16 +- libgcrypt
17 +- libassuan
18 +- npth
19 +- libksba
20 +- gnutls
21 +- libusb
22 +- sqlite
23 +- readline
24 +- zlib
25 +- bzip2
9 26 makedepends:
10 27 - texinfo
11 28 - npth
@@ -14,6 +31,7 @@ makedepends:
14 31 - libassuan
15 32 - libksba
16 33 - openldap
34 +- libusb
17 35 - libusb-compat
18 36 - curl
19 37 source: