]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - doxygen/doxygen.nm
paxctl: Update to 0.8.
[people/ms/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
8release = 1
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
36 # Use or CFLAGS.
37 make_build_targets += \
38 CFLAGS="%{CFLAGS}"
39end
40
41packages
42 package %{name}
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end