Revision: | 1.5 |
Committed: | Fri Jul 6 15:51:45 2007 UTC (17 years, 9 months ago) by eulisse |
Branch: | MAIN |
CVS Tags: | ge20070706-macosx |
Changes since 1.4: | +1 -0 lines |
Log Message: | * Do not build on macosx |
# | Content |
---|---|
1 | ### RPM external elfutils 0.128-CMS3 |
2 | ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;; Linux:ppc64 ) true ;; Darwin:* ) false ;; * ) false ;; esac |
3 | #TODO: put everything in rpm.spec??? |
4 | Source: ftp://sources.redhat.com/pub/systemtap/%{n}/%{n}-%{realversion}.tar.gz |
5 | %prep |
6 | %setup -n %n-%realversion |
7 | %build |
8 | ./configure --prefix=%i |
9 | cd libelf |
10 | make %makeprocesses |
11 | %install |
12 | cd libelf |
13 | make install |
14 | rm -rf %i/bin |