ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/boost-build.spec
Revision: 1.3
Committed: Wed Apr 18 23:46:01 2007 UTC (18 years ago) by ratnik
Branch: MAIN
CVS Tags: pe20070428a-ports, pe20070423b-ports, pe20070423a-ports
Changes since 1.2: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# Content
1 ### RPM external boost-build 2.0-m10
2 Requires: gcc-wrapper
3 Source: http://dl.sourceforge.net/sourceforge/boost/boost-build-%v.tar.bz2
4 %prep
5 %setup -n boost-build
6
7 %build
8 ## IMPORT gcc-wrapper
9 cd jam_src
10 case $(uname) in
11 Darwin ) sh build.sh darwin ;;
12 * ) sh build.sh gcc ;;
13 esac
14
15 %install
16 mkdir -p %i
17 cp -r jam_src/bin.* %i/bin