Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3D048EC8.8030107@scytek.de> Date: Mon, 10 Jun 2002 13:34:32 +0200 From: Volker Quetschke User-Agent: Mozilla/5.0 (Windows; U; Win98; de-DE; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: de-DE MIME-Version: 1.0 To: Corinna Vinschen Subject: Re: package offering: gnupg References: <3D01D259 DOT 9080508 AT scytek DOT de> <3D041CA7 DOT 4070708 AT ece DOT gatech DOT edu> <20020610101750 DOT Q30892 AT cygbert DOT vinschen DOT de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi! >>You probably should add a postinstall script to install-info the .info >>files -- oh wait -- you could just rely on cgf's _install_info virtual >>package to handle that... The postinstall is added. >>Other than that, it looks good (although I'm a gpg newbie, so I haven't >>actually tested *operation*...) >> >>In the build script, don't just comment out the check() function -- you >>also need to comment out check) from the switch statement. Better, just >>replace the guts of the check() function with "echo Check not implemented." Done! >>You should probably patch 'autogen' to call gettextize with the -c >>option. Ditto autoconf and automake (and libtool, if that applies). Done for gettextize and automake, no symlinks left. >>Other than those tiny things, it looks great. :-) > Volker, do you want to rearrange your package to follow > Charles' suggestions or should I upload the package as is? Yes, I followed his suggestions, please get the changed files from: http://www.scytek.de/cygwin_gnupg/setup.hint http://www.scytek.de/cygwin_gnupg/gnupg-1.0.7-1.tar.bz2 http://www.scytek.de/cygwin_gnupg/gnupg-1.0.7-1-src.tar.bz2 setup.hint: --- # No comment sdesc: "GnuPG is GNU's tool for secure communication and data storage." ldesc: "GNU Privacy Guard is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. GnuPG is a complete and free replacement for PGP. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 2440." category: Utils requires: cygwin libintl1 zlib --- Attached you find the updated gnupg.README. Bye Volker