]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - help2man/help2man.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / help2man / help2man.nm
CommitLineData
d3c8c883 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d3c8c883
MT
4###############################################################################
5
802ea3af
MT
6name = help2man
7version = 1.40.4
01a714f7 8release = 2
d3c8c883 9
802ea3af
MT
10groups = Development/Tools
11url = http://www.gnu.org/software/help2man
12license = GPLv3+
13summary = Create simple man pages from --help output.
d3c8c883 14
802ea3af 15description
d3c8c883
MT
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.
802ea3af
MT
22end
23
24source_dl =
d3c8c883 25
802ea3af 26build
01a714f7
MT
27 requires
28 perl
29 end
30
802ea3af
MT
31 configure_options += \
32 --disable-nls \
33 --libdir=/usr/lib/help2man
d3c8c883 34
802ea3af
MT
35 make_install_targets += install_l10n
36end
d3c8c883 37
802ea3af
MT
38packages
39 package %{name}
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end