ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/boost-build.spec
Revision: 1.7
Committed: Fri Nov 2 18:24:54 2007 UTC (17 years, 5 months ago) by elmer
Branch: MAIN
CVS Tags: pe20071102b-ports
Changes since 1.6: +1 -1 lines
Log Message:
Update to -CMS18

File Contents

# User Rev Content
1 elmer 1.7 ### RPM external boost-build 2.0-m10-CMS18
2 elmer 1.5 # Override default realversion since they have a "-" in the realversion
3     %define realversion 2.0-m10
4     Source: http://dl.sourceforge.net/sourceforge/boost/boost-build-%realversion.tar.bz2
5    
6 argiro 1.1 %prep
7 argiro 1.2 %setup -n boost-build
8 argiro 1.1
9     %build
10 argiro 1.2 cd jam_src
11 argiro 1.1 case $(uname) in
12     Darwin ) sh build.sh darwin ;;
13     * ) sh build.sh gcc ;;
14     esac
15    
16     %install
17     mkdir -p %i
18     cp -r jam_src/bin.* %i/bin