Revision: | 1.5 |
Committed: | Tue May 1 10:57:27 2007 UTC (18 years ago) by elmer |
Branch: | MAIN |
CVS Tags: | pe20070522a-ports, pe20070519a-ports, pe20070512a-ports, pe20070508a-ports, pe20070507a-ports, pe20070501c-ports, pe20070501b-ports, pe20070501a-ports |
Changes since 1.4: | +0 -2 lines |
Log Message: | Remove gcc-wrappers. scramv1-build.file still needs more work, will do in a bit. |
# | Content |
---|---|
1 | ### RPM external sigcpp 2.0.17 |
2 | %define majorv %(echo %v | cut -d. -f1,2) |
3 | Source: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/%{majorv}/libsigc++-%{v}.tar.gz |
4 | |
5 | %prep |
6 | %setup -q -n libsigc++-%{v} |
7 | ./configure --prefix=%{i} |
8 | |
9 | %build |
10 | make %makeprocesses |
11 | %install |
12 | make install |
13 | cp %i/lib/sigc++-%{majorv}/include/sigc++config.h %i/include/sigc++-%{majorv}/ |