HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #375

Ticket #375: boost-1.47.0.bep

File boost-1.47.0.bep, 680 bytes (added by michaelvoliveira, 4 years ago)

Initial .bep file. Builds with same problems of previous versions...

Line 
1DESCRIPTION="boost"
2HOMEPAGE="http://www.boost.org/"
3SRC_URI="http://sourceforge.net/projects/boost/files/boost/1.47.0/boost_1_47_0.tar.bz2/download"
4CHECKSUM_MD5="a2dc343f7bc7f83f8941e47ed4a18200"
5REVISION="1"
6STATUS_HAIKU="broken"
7MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
8DEPEND=""
9BUILD {
10        cd boost_1_47_0
11        PYTHON_ROOT="" \
12        PYTHON_VERSION="" \
13        EXPAT_INCLUDE="${includedir}" \
14        EXPAT_LIBPATH="${libdir}" \
15        ./bootstrap.sh
16        ./bjam \
17        -d2 \
18        --toolset=gcc \
19        variant=release \
20        debug-symbols=on \
21        inlining=on \
22        link=shared \
23        threading=multi
24}
25
26INSTALL {
27       
28}
29
30LICENSE="MIT"
31COPYRIGHT="1998-2011 Beman Dawes, David Abrahams, Rene Rivera"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/