Revision: | 1.2 |
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.1: | +2 -0 lines |
Log Message: | Changes for building externals in 64/32 mode: added gcc-wrapper . |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external heppid 0.02.01 |
2 | ratnik | 1.2 | Requires: gcc-wrapper |
3 | eulisse | 1.1 | Source: http://cepa.fnal.gov/dist/hep/HepPID-%v-src.tar.gz |
4 | %prep | ||
5 | %setup -n HepPID | ||
6 | %build | ||
7 | ratnik | 1.2 | ## IMPORT gcc-wrapper |
8 | eulisse | 1.1 | mkdir -p objs |
9 | cd objs | ||
10 | ../configure --prefix=%{i} | ||
11 | make %makeprocesses | ||
12 | %install | ||
13 | cd objs | ||
14 | make install |