]> git.ipfire.org Git - ipfire-3.x.git/blame - help2man/help2man.nm
Move all packages to root.
[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
8release = 1
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
MT
26build
27 configure_options += \
28 --disable-nls \
29 --libdir=/usr/lib/help2man
d3c8c883 30
802ea3af
MT
31 make_install_targets += install_l10n
32end
d3c8c883 33
802ea3af
MT
34packages
35 package %{name}
36 end
37end