]> git.ipfire.org Git - ipfire-3.x.git/blob - doxygen/doxygen.nm
cython: New package
[ipfire-3.x.git] / doxygen / doxygen.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = doxygen
7 version = 1.8.4
8 release = 2
9
10 groups = Development/Tools
11 url = http://www.stack.nl/~dimitri/doxygen/index.html
12 license = GPL+
13 summary = A documentation system for C/C++.
14
15 description
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.
18 end
19
20 source_dl = ftp://ftp.stack.nl/pub/users/dimitri/
21 sources = %{name}-%{version}.src.tar.gz
22
23 build
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 our CFLAGS and LDFLAGS
37 make_build_targets += CFLAGS="%{CFLAGS}" LFLAGS="%{LDFLAGS}"
38 end
39
40 packages
41 package %{name}
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end