Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv19646/unstable/main/finkinfo/libs

Added Files:
        system-openssl-dev-0.9.8.info 
Removed Files:
        system-openssl-dev-10.6.info 
Log Message:
rename .info based on pkg version not osx version


--- system-openssl-dev-10.6.info DELETED ---

--- NEW FILE: system-openssl-dev-0.9.8.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 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


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to