diff options
author | Werner Koch <wk@gnupg.org> | 2014-09-18 11:08:45 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-09-18 11:39:34 +0200 |
commit | 2f065d7ab6c514013eb8504281f50284764c26ec (patch) | |
tree | c56d62bc06d2e461cce4808d434f5e2e08d165ab /build-aux/speedo | |
parent | speedo: Improve speedo Makefile. (diff) | |
download | gnupg2-2f065d7ab6c514013eb8504281f50284764c26ec.tar.xz gnupg2-2f065d7ab6c514013eb8504281f50284764c26ec.zip |
speedo: Various fixes
* build-aux/speedo.mk: Take zlib and bzip2 from ftp.gnupg.org. Minor
other fixes.
Diffstat (limited to 'build-aux/speedo')
-rw-r--r-- | build-aux/speedo/w32/inst.nsi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index 3c76c7346..707b0585f 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -52,19 +52,19 @@ !define ABOUT_ENGLISH \ "GnuPG is the mostly used software for mail and data encryption. \ - It can be used to encrypt data and to create digital signatures. \ - It includes an advanced key management facility and is compliant \ - with the proposed OpenPGP Internet standard as described in RFC-4880. \ + GnuPG can be used to encrypt data and to create digital signatures. \ + GnuPG includes an advanced key management facility and is compliant \ + with the OpenPGP Internet standard as described in RFC-4880. \ \r\n\r\n$_CLICK \ - \r\n\r\n\r\n\r\n\r\nThis is GnuPG version ${VERSION}\r\n\ - file version ${PROD_VERSION}\r\n\ - release date ${BUILD_ISODATE}" + \r\n\r\n\r\n\r\n\r\nThis is GnuPG version ${VERSION}.\r\n\ + File version: ${PROD_VERSION}\r\n\ + Release date: ${BUILD_ISODATE}" !define ABOUT_GERMAN \ "GnuPG is die häufigst verwendete Software zur Mail- und Datenverschlüsselung.\ \r\n\r\n$_CLICK \ - \r\n\r\n\r\n\r\n\r\nDies ist GnuPG Version ${VERSION}\r\n\ - Dateiversion ${PROD_VERSION}\r\n\ - Releasedatum ${BUILD_ISODATE}" + \r\n\r\n\r\n\r\n\r\nDies ist GnuPG Version ${VERSION}.\r\n\ + Dateiversion: ${PROD_VERSION}\r\n\ + Releasedatum: ${BUILD_ISODATE}" # The copyright license of the package. Define only one of these. |