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 . |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external elementtree 1.1 |
2 | ratnik | 1.3 | Requires: gcc-wrapper |
3 | eulisse | 1.1 | Source: http://effbot.org/downloads/%n-%v-20030511.zip |
4 | Requires: python | ||
5 | |||
6 | %prep | ||
7 | %setup -n %n-%v-20030511 | ||
8 | |||
9 | %build | ||
10 | ratnik | 1.3 | ## IMPORT gcc-wrapper |
11 | eulisse | 1.1 | %install |
12 | eulisse | 1.2 | python setup.py install --prefix=%i/share |