Update of /cvsroot/fink/packages/dists/stable/crypto/finkinfo
In directory usw-pr-cvs1:/tmp/cvs-serv19141a

Added Files:
        egd-0.8-2.info egd-0.8-2.patch 
Log Message:
Moved in from unstable


--- NEW FILE: egd-0.8-2.info ---
Package: egd
Version: 0.8
Revision: 2
Maintainer: Christian Swinehart <[EMAIL PROTECTED]>
Source: ftp://ftp.gnupg.org/gcrypt/%n/%n-%v.tar.gz
Conflicts: sha-pm
Provides: sha-pm
Replaces: sha-pm
Patch: %f.patch
CompileScript: <<
 perl Makefile.PL PREFIX=%i INSTALLSITELIB=%i/lib/perl5 
INSTALLSITEARCH=%i/lib/perl5/darwin SITELIBEXP=%i/lib/perl 
SITEARCHEXP=%i/lib/perl5/darwin INSTALLMAN1DIR=%i/lib/perl5/man 
INSTALLMAN3DIR=%i/lib/perl5/man/man3
 make
<<
InstallScript: <<
 mkdir -p %i/lib/perl5
 make install 
<<
DocFiles: README ChangeLog COPYING SHA-1.2/README:README.sha
Description: Entropy-gathering daemon
DescDetail: <<
 EGD is a user-space daemon providing similar functionality to the Linux
 kernel's /dev/random device. It sits in the background collecting the 
 randomness from various system events and allows other programs to read 
 random bits out of this pool.
<<
DescPackaging: Also installs the perl Secure Hash Algorithm library if none is 
availible.
License: GPL
Homepage: http://www.lothar.com/tech/crypto/

--- NEW FILE: egd-0.8-2.patch ---
diff -Naur egd-0.8.orig/Makefile.PL egd-0.8/Makefile.PL
--- egd-0.8.orig/Makefile.PL    Sat May 13 21:56:00 2000
+++ egd-0.8/Makefile.PL Mon Jul  2 10:38:03 2001
@@ -28,7 +28,9 @@
 
 
 # test for SHA
-eval "use SHA;"; $SHA = $@ eq "";
+# Fink Note: We want to build SHA every time (so as not to leave it 
+# out when upgrading...
+#eval "use SHA;"; $SHA = $@ eq "";
 
 if ($SHA) {
     print " SHA module found.. no need to install our own.\n";



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to