Package: gnupg2 Version: 2.0.18 Revision: 3 Description: Gnu privacy guard - A Free PGP replacement License: GPL BuildDepends: << texinfo (>= 4.1-3), libgettext8-dev, libiconv-dev, bzip2-dev, libusb, openldap24-dev, readline6, libgpg-error (>= 1.8-1), libgcrypt (>= 1.2.0-1), libassuan2, libksba8 (>= 1.2.0-1), pth2-dev, libcurl4, libssh2.1, system-openssl-dev, adns-1.4-dev, fink-package-precedence << Depends: << bzip2-shlibs, libgettext8-shlibs, libiconv, libusb-shlibs, openldap24-shlibs, readline6-shlibs, libgpg-error-shlibs, libgcrypt-shlibs (>= 1.2.0-1), libksba8-shlibs (>= 1.2.0-1), libassuan2-shlibs, pth2-shlibs, libcurl4-shlibs, adns-1.4-shlibs << Conflicts: gpg-agent (<= 1.9.20-1) Replaces: gpg-agent (<= 1.9.20-1) Source: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%v.tar.bz2 Source-MD5: 2f37e0722666a0fedbe4d9f9227ac4d7 Source2: mirror:sourceforge:fink/gnupg-docs-20021001.tar.gz Source2-MD5: 5e34b5be84adc6a898e164b99fce45d8 Source2ExtractDir: gnupg-%v # glib fails to find the right stdint.h It picks clang's internal one rather # than the system header. Use same fix as macports of passing configure # gl_cv_absolute_stdint_h=/usr/include/stdint.h. ConfigureParams: CPPFLAGS="-I%p/lib/system-openssl/include $CPPFLAGS" LDFLAGS="-L%p/lib/system-openssl/lib $LDFLAGS" --libexecdir='${prefix}/lib' --with-libiconv-prefix=%p --enable-dependency-tracking gl_cv_absolute_stdint_h=/usr/include/stdint.h CompileScript: << %{default_script} fink-package-precedence . << InstallScript: << make install DESTDIR="%d" mkdir -p %i/share/doc/%n/documentation mv gnupg-docs/* %i/share/doc/%n/documentation mv %i/share/doc/gnupg/* %i/share/doc/gnupg2 rmdir %i/share/doc/gnupg << DocFiles: AUTHORS COPYING ChangeLog README TODO THANKS InfoDocs: gnupg.info DescDetail: << GnuPG is GNU's tool for secure communication and data storage. 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 RFC2440. GnuPG does not use use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide) and RSA. RSA's patent expired on the 20th September 2000, and it is now included in GnuPG. << DescUsage: << To create an initial key pair run 'gpg2 --gen-key' Consult the manual for a good intro: %p/share/doc/%n/documentation/handbook/ << DescPackaging: << Specifically looks for pth (%p/bin/pth-config) << Homepage: http://www.gnupg.org Maintainer: Brendan Cully