Revision: | 1.3 |
Committed: | Wed Apr 18 23:46:02 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 . |
# | Content |
---|---|
1 | ### RPM external tinyproxy 1.6.3 |
2 | Requires: gcc-wrapper |
3 | Source: dl.sourceforge.net/%n/%{n}-%{v}.tar.gz |
4 | %description |
5 | |
6 | %build |
7 | ## IMPORT gcc-wrapper |
8 | ./configure --prefix=%i |
9 | make |
10 | |
11 | %install |
12 | make install |
13 | |
14 | |
15 | |
16 | %changelog |
17 | * Mon Feb 27 2006 Stefano Argiro <argiro@pccms211.cern.ch> |
18 | - Initial build. |
19 | |
20 |