ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/doxygen.spec
Revision: 1.6
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.5: +2 -0 lines
Log Message:
Changes for building  externals in 64/32 mode: added gcc-wrapper .

File Contents

# Content
1 ### RPM external doxygen 1.4.1
2 Requires: gcc-wrapper
3 Source: http://ftp.stack.nl/pub/users/dimitri/%n-%v.src.tar.gz
4 Patch0: doxygen
5 Requires: graphviz
6
7 %prep
8
9 %setup -n %n-%v
10 %ifos darwin
11 %patch0 -p1
12 %endif
13
14 %build
15 ## IMPORT gcc-wrapper
16 ./configure --prefix %i --dot $GRAPHVIZ_ROOT/bin/dot
17 make %makeprocesses
18 #