the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: boost1.32.python
Version: 1.32.0
Revision: 1012
Source: mirror:sourceforge:boost/boost_1_32_0.tar.gz
Source-MD5: e91654e9ed71c0b9cf5e61209bbb05f4
License: BSD
GCC: 4.0
BuildDependsOnly: True
Depends: %N-shlibs (= %v-%r)
BuildDepends: boost-jam
Conflicts: boost1.33
Replaces: boost1.33
Patch: %n.patch
SetCPPFLAGS: -Wno-long-double
CompileScript: <<
# build only python libraries
bjam -sTOOLS=gcc -sPYTHON_VERSION=2.3 -sBUILD=release --with-python --without-serialization --prefix=%p
<<
InstallScript: <<
#!/bin/sh -ex
bjam -sTOOLS=gcc -sPYTHON_VERSION=2.3 --with-python --without-serialization --prefix=%i install
ln -s %p/lib/libboost_python-1_32.dylib %i/lib/libboost_python.dylib
# remove all headers
rm -rf %i/include
<<
Splitoff: <<
Package: %N-shlibs
Files: <<
lib/libboost_python-1_32.dylib
lib/libboost_python-d-1_32.dylib
<<
Shlibs: <<
%p/lib/libboost_python-1_32.dylib 1.32.0 %n (>= 1.32.0-11)
%p/lib/libboost_python-d-1_32.dylib 1.32.0 %n (>= 1.32.0-11)
<<
<<
DocFiles: LICENSE_1_0.txt README
Description: Boost.python library
DescDetail: <<
The Boost web site provides free peer-reviewed portable C++ source
libraries. This package contains the boost-python library which is not
contained in the boost1.32-pyXY package.
<<
DescPort: <<
This package uses Apple's /usr/bin/python and Python.framework for building,
but the result is independent of installed Python versions.
The build phase and the patch script are taken from
Mark Treiber's boost1.32-py package.
<<
Maintainer: Martin Costabel
Homepage: http://www.boost.org