ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/boost-build.spec
Revision: 1.1
Committed: Fri Feb 10 09:38:39 2006 UTC (19 years, 2 months ago) by argiro
Branch: MAIN
Log Message:
Updated specs

File Contents

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