|
|
@ -93,7 +93,7 @@ shell provides options to redirect the output into a pipe or a file.") |
|
|
|
(define-public pep-engine |
|
|
|
(package |
|
|
|
(name "pep-engine") |
|
|
|
(version "2.1.24") ;; 2.1.10 hat noch compliert |
|
|
|
(version "2.1.34") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method git-fetch) |
|
|
@ -102,14 +102,15 @@ shell provides options to redirect the output into a pipe or a file.") |
|
|
|
(commit (string-append "Release_" version)))) |
|
|
|
(file-name (git-file-name name version)) |
|
|
|
(sha256 |
|
|
|
(base32 "1d4gssng55mdyr8jxivibfgv80rbhhm37drfz5iijnm4z4wxkhbh")))) |
|
|
|
(base32 "00q96y9j985qfa382acsz02i0zf6ayq2gmg8z70jzl04isg1h3cn")))) |
|
|
|
(build-system gnu-build-system) |
|
|
|
(arguments |
|
|
|
'(#:parallel-build? #f |
|
|
|
#:make-flags '("NDEBUG=1") ; release build |
|
|
|
#:phases |
|
|
|
(modify-phases %standard-phases |
|
|
|
(replace 'configure |
|
|
|
;; pEpEnige does not use autotools and configure, |
|
|
|
;; pEpEngine does not use autotools and configure, |
|
|
|
;; but a local.conf. We need to tweak the values there. |
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys) |
|
|
|
(let ((out (assoc-ref outputs "out")) |
|
|
@ -134,20 +135,18 @@ OPENPGP=SEQUOIA |
|
|
|
(native-inputs |
|
|
|
`(("asn1c" ,asn1c) ; >= 0.9.27 |
|
|
|
("pkg-config" ,pkg-config) |
|
|
|
("python" ,python) |
|
|
|
("yml2" ,yml2))) |
|
|
|
(inputs |
|
|
|
`(("cyrus-sasl" ,cyrus-sasl) |
|
|
|
("libetpan" ,fdik-libetpan) |
|
|
|
`(("libetpan" ,fdik-libetpan) |
|
|
|
("libiconv" ,libiconv) |
|
|
|
("nettle" ,nettle) |
|
|
|
("openssl" ,openssl) |
|
|
|
("sequoia" ,sequoia) |
|
|
|
("sqlite3" ,sqlite) |
|
|
|
("util-linux" ,util-linux "lib") ;; uuid.h |
|
|
|
("zlib" ,zlib))) |
|
|
|
("util-linux" ,util-linux "lib"))) ;; uuid.h |
|
|
|
(home-page "https://pep.foundation/") |
|
|
|
(synopsis "p≡p engine") |
|
|
|
(synopsis "Library for automatic key management and encryption of |
|
|
|
messages") |
|
|
|
(description "The p≡p engine is the core part of p≡p (pretty Easy |
|
|
|
privacy).") |
|
|
|
(license ;; code: GPL 3, docs: CC-BY-SA |
|
|
|