Package: gnupg Version: 1.0.7 Revision: 1 Source: ftp://ftp.gnupg.org/gcrypt/gnupg/%n-%v.tar.gz Source2: http://us.dl.sf.net/fink/direct_download/source/gnupg-docs-20020313.tar.gz Source2ExtractDir: %n-%v Depends: zlib, gdbm, texinfo Conflicts: gnupg-egd Replaces: gnupg-egd PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1 SetCPPFLAGS: -no-cpp-precomp ConfigureParams: --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 Description: Gnu privacy guard - A Free PGP replacement 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/ License: GPL Homepage: http://www.gnupg.org Maintainer: Christian Swinehart