]>
Commit | Line | Data |
---|---|---|
fb24f570 SS |
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 = 1 | |
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 or CFLAGS. | |
37 | make_build_targets += \ | |
38 | CFLAGS="%{CFLAGS}" | |
39 | end | |
40 | ||
41 | packages | |
42 | package %{name} | |
43 | ||
44 | package %{name}-debuginfo | |
45 | template DEBUGINFO | |
46 | end | |
47 | end |