Package: gnupg Version: 1.2.2 Revision: 1 Description: Gnu privacy guard - A Free PGP replacement License: GPL Maintainer: Christian Swinehart Depends: gdbm, dlcompat Conflicts: gnupg-egd Replaces: gnupg-egd Source: ftp://ftp.gnupg.org/GnuPG/gnupg/%n-%v.tar.gz Source-MD5: 01cf9c6b949603d0511f6fc07bc758d2 Source2: mirror:sourceforge:fink/gnupg-docs-20021001.tar.gz Source2-MD5: 5e34b5be84adc6a898e164b99fce45d8 Source2ExtractDir: %n-%v BuildDepends: texinfo (>= 4.1-3) PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1 SetCPPFLAGS: -no-cpp-precomp ConfigureParams: --libexecdir='${prefix}/lib' --with-libiconv-prefix=%p CompileScript: << ./configure %c make << InstallScript: << make install prefix=%i mkdir -p %i/share/doc/%n/documentation mv gnupg-docs/* %i/share/doc/%n/documentation install -m 644 %i/share/gnupg/FAQ %i/share/doc/%n install -m 644 %i/share/gnupg/faq.html %i/share/doc/%n mv %i/man %i/share mv %i/info %i/share install -m 644 doc/gpg.info %i/share/info/ << DocFiles: AUTHORS BUGS COPYING ChangeLog README TODO PROJECTS THANKS InfoDocs: gpg.info gpgv.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. DescPackaging: Incorporates current patches from macgpg.sourceforge.net, now including dynamic module loading. Stole description from the listing in the Debain package database. Rearranges files in share/gnupg, moving documentation to share/doc/gnupg DescUsage: To create an initial key pair run 'gpg --gen-key' Consult the manual for a good intro: /sw/share/doc/gnupg/documentation/handbook/ Homepage: http://www.gnupg.org