Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7225

Added Files:
        system-openssl-dev-10.6.info 
Log Message:
new variant


--- NEW FILE: system-openssl-dev-10.6.info ---
Package: system-openssl-dev
Version: 0.9.8
Revision: 1
BuildDependsOnly: true
Depends: macosx (>= 10.6.0-1), macosx (<< 10.7.0-1)
Distribution: 10.6
Type: nosource
CompileScript: echo "nothing to be done"
InstallScript: <<
#!/bin/sh -ex

  install -d %i/lib/system-openssl/include
  install -d %i/lib/system-openssl/lib
  install -d %i/lib/system-openssl/lib/pkgconfig

  ln -sf /usr/include/openssl %i/lib/system-openssl/include/
  ln -sf /usr/lib/libcrypto.dylib %i/lib/system-openssl/lib/
  ln -sf /usr/lib/libssl.dylib %i/lib/system-openssl/lib/
  sed -e 's,prefix=/usr,prefix=%p/lib/system-openssl,' 
/usr/lib/pkgconfig/openssl.pc > %i/lib/system-openssl/lib/pkgconfig/openssl.pc
<<
Description: Placeholder to force the use of the system SSL
DescDetail: <<
This package is meant to be used by packagers for the purpose of linking
explicitly against the Apple-provided system version of OpenSSL.

Maintainers: to use this package when building, you will need to set one
or more of the following:

  CPPFLAGS/CFLAGS/CXXFLAGS: -I%p/lib/system-openssl/include
  LDFLAGS/LIBS: -L%p/lib/system-openssl/lib
  PKG_CONFIG_PATH: %p/lib/system-openssl/lib/pkgconfig

It is recommended that you double-check otool -L on the program you
are moving to this package.  It is very easy to still end up
accidentally linking against the Fink versions of these libraries.

For more information on using this package, see
http://wiki.finkproject.org/index.php/Fink:Policy:system-openssl
<<
Maintainer: Fink Core Group <fink-c...@lists.sourceforge.net>
Homepage: http://wiki.finkproject.org/index.php/Fink:Policy:system-openssl
License: OSI-Approved


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to