Listtree.mcc: rename variables in Listtree_GetEntry to match the template of other...
[AROS.git] / tools / cxref / contrib / cxref.spec
blobaf51c309a44e472ccd7c7ed1ef16ce72bf0a6082
1 Name : cxref
2 Version : 1.5c
3 Release : 2mdk
4 Group : Development/C
5 License : GPL
6 Packager : Matthew L Daniel <mdaniel@scdi.com>
7 URL : http://www.gedanken.demon.co.uk/cxref/
8 Source : http://www.gedanken.demon.co.uk/cxref/%{name}-%{version}.tgz
9 BuildRoot : %{_tmppath}/%{name}-%{version}-root
10 Summary : C program cross-referencing & documentation tool
11 %Description
12 A program that takes as input a series of C source files
13 and produces a LaTeX or HTML document containing a cross
14 reference of the files/functions/variables in the program,
15 including documentation taken from suitably formatted
16 source code comments.
17 The documentation is stored in the C source file in
18 specially formatted comments, making it simple to maintain.
19 The cross referencing includes lists of functions called,
20 callers of each function, usage of global variables, header
21 file inclusion, macro definitions and type definitions.
22 Works for ANSI C, including many gcc extensions.
24 This compiled against gcc-3.0.1.
25 %prep
26 %setup -q
27 %patch -p0
28 %build
29 %configure --enable-us-paper
30 make
31 %install
32 %makeinstall
33 %clean
34 if test "/" != "${RPM_BUILD_ROOT}"; then rm -rf ${RPM_BUILD_ROOT}; fi
35 %files
36 %defattr(-,root,root)
37 %doc ANNOUNCE COPYING FAQ FAQ.html FAQ-html.pl FILES INSTALL LSM NEWS TODO
38 %doc README README.c README.c.html README.c.rtf README.c.sgml README.c.src.html
39 %doc README_c.tex README.html README.man README.sgml README.tex contrib doc
40 %{_bindir}
41 %{_mandir}