]> git.ipfire.org Git - ipfire-3.x.git/blame - doxygen/doxygen.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / doxygen / doxygen.nm
CommitLineData
fb24f570
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = doxygen
7version = 1.8.4
74c363df 8release = 2
fb24f570
SS
9
10groups = Development/Tools
11url = http://www.stack.nl/~dimitri/doxygen/index.html
12license = GPL+
13summary = A documentation system for C/C++.
14
15description
16 Doxygen can generate an online class browser (in HTML) and/or a
17 reference manual (in LaTeX) from a set of documented source files.
18end
19
20source_dl = ftp://ftp.stack.nl/pub/users/dimitri/
21sources = %{name}-%{version}.src.tar.gz
22
23build
24 requires
25 /usr/bin/perl
26 bison
27 flex
28 end
29
30 # Not autoconf-based, so we cannot use our default configure macro.
31 configure_options = \
32 --prefix %{prefix} \
33 --shared \
34 --release
35
74c363df
MT
36 # Use our CFLAGS and LDFLAGS
37 make_build_targets += CFLAGS="%{CFLAGS}" LFLAGS="%{LDFLAGS}"
fb24f570
SS
38end
39
40packages
41 package %{name}
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46end