Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/crypto/finkinfo
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20551/10.2-gcc3.3/unstable/crypto/finkinfo
Added Files:
qca.info
Log Message:
moved to crypto
--- NEW FILE: qca.info ---
Package: qca
Version: 1.0
Revision: 1
Depends: %N-shlibs
BuildDepends: cyrus-sasl2-dev, openssl097-dev, qt3 (>= 3.3.3-14)
BuildDependsOnly: true
Source: http://delta.affinix.com/qca/qca-1.0.tar.bz2
Source-MD5: ee44022eb0e5b8b5df64c62630f6e6b6
Source2: http://delta.affinix.com/qca/qca-tls-1.0.tar.bz2
Source2-MD5: 886b1f60fc31de3b1a0bd93281e27b73
Source3: http://delta.affinix.com/qca/qca-sasl-1.0.tar.bz2
Source3-MD5: 2e324cb45706f37a8d2b196f43428023
CompileScript: <<
#!/bin/sh -ex
./configure --prefix=%p --qtdir=%p
make
pushd ../qca-sasl-1.0
./configure --with-sasl-inc=%p/include --with-sasl-lib=%p/lib --qtdir=%p
make
popd
pushd ../qca-tls-1.0
./configure --qtdir=%p --with-openssl-inc=%p/include --with-openssl-lib=%p/lib
make
popd
<<
InstallScript: <<
#!/bin/sh -ex
install -d -m 755 %i/include/qt
install -d -m 755 %i/lib
install -d %i/lib/qt3-plugins/crypto
install -d -m 755 %i/share/doc/%N/
mv *.dylib %i/lib/
mv src/*.h %i/include/qt/
cp -pR examples %i/share/doc/%N/
install -c -m 755 ../qca-*-1.0/*.so %i/lib/qt3-plugins/crypto/
<<
SplitOff: <<
Package: %N-shlibs
Depends: cyrus-sasl2-shlibs, openssl097-shlibs, qt3-shlibs (>= 3.3.0-1)
Files: <<
lib/libqca.*.dylib
lib/qt3-plugins
<<
Shlibs: %p/lib/libqca.1.dylib 1.0.0 %n (>= 1.0-1)
DocFiles: COPYING*
<<
DocFiles: COPYING INSTALL README TODO
Description: Qt Cryptographic Architecture
DescDetail: <<
Taking a hint from the similarly-named Java Cryptography Architecture,
QCA aims to provide a straightforward and cross-platform crypto API,
using Qt datatypes and conventions. QCA separates the API from the
implementation, using plugins known as Providers. The advantage of
this model is to allow applications to avoid linking to or explicitly
depending on any particular cryptographic library. This allows one to
easily change or upgrade crypto implementations without even needing
to recompile the application!
<<
License: LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://delta.affinix.com/qca/
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits