ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/db4.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

# User Rev Content
1 eulisse 1.1 ### RPM external db4 4.4.20
2 ratnik 1.3 Requires: gcc-wrapper
3 eulisse 1.1 Source: http://downloads.sleepycat.com/db-%{v}.tar.gz
4    
5     %prep
6     %setup -n db-%{v}
7     %build
8 ratnik 1.3 ## IMPORT gcc-wrapper
9 eulisse 1.1 mkdir obj
10     cd obj
11     ../dist/configure --prefix=%{i} --disable-java --disable-tcl
12     make %makeprocesses
13     %install
14     cd obj
15     make install
16 eulisse 1.2 #