]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - help2man/help2man.nm
a1ded21655ab3feef773198cb22cd18672c4433f
[people/amarx/ipfire-3.x.git] / help2man / help2man.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = help2man
7 version = 1.40.4
8 release = 1
9
10 groups = Development/Tools
11 url = http://www.gnu.org/software/help2man
12 license = GPLv3+
13 summary = Create simple man pages from --help output.
14
15 description
16 help2man is a script to create simple man pages from the --help and
17 --version output of programs.
18
19 Since most GNU documentation is now in info format, this provides a
20 way to generate a placeholder man page pointing to that resource while
21 still providing some useful information.
22 end
23
24 source_dl =
25
26 build
27 configure_options += \
28 --disable-nls \
29 --libdir=/usr/lib/help2man
30
31 make_install_targets += install_l10n
32 end
33
34 packages
35 package %{name}
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end