gnupg2 stable port information

Package: gnupg2
Version: 2.0.17
Revision: 2
Description: Gnu privacy guard - A Free PGP replacement
License: GPL
BuildDepends: <<
texinfo (>= 4.1-3), libgettext8-dev, libiconv-dev, bzip2-dev, libusb,
openldap24-dev, readline5, libgpg-error (>= 1.8-1), libgcrypt (>= 1.2.0-1),
libassuan2, libksba8 (>= 1.2.0-1), pth2-dev, libcurl4, libssh2.1,
system-openssl-dev, fink (>= 0.24.12-1)
<<
Depends: <<
bzip2-shlibs, libgettext8-shlibs, libiconv, libusb-shlibs,
openldap24-shlibs, readline5-shlibs, libgpg-error-shlibs,
libgcrypt-shlibs (>= 1.2.0-1), libksba8-shlibs (>= 1.2.0-1),
libassuan2-shlibs, pth2-shlibs, libcurl4-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: 123af099740fd159c73a0352a274ec81
Source2: mirror:sourceforge:fink/gnupg-docs-20021001.tar.gz
Source2-MD5: 5e34b5be84adc6a898e164b99fce45d8
Source2ExtractDir: gnupg-%v
ConfigureParams: CPPFLAGS="-I%p/lib/system-openssl/include $CPPFLAGS" LDFLAGS="-L%p/lib/system-openssl/lib $LDFLAGS" --libexecdir='${prefix}/lib' --with-libiconv-prefix=%p --disable-dependency-tracking
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