]> git.ipfire.org Git - ipfire-3.x.git/blame - help2man/help2man.nm
ccache: Update to 3.7.1
[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 6name = help2man
55348d2a 7version = 1.47.3
26bbae11
SS
8release = 1
9arch = noarch
d3c8c883 10
802ea3af
MT
11groups = Development/Tools
12url = http://www.gnu.org/software/help2man
13license = GPLv3+
14summary = Create simple man pages from --help output.
d3c8c883 15
802ea3af 16description
d3c8c883
MT
17 help2man is a script to create simple man pages from the --help and
18 --version output of programs.
19
20 Since most GNU documentation is now in info format, this provides a
21 way to generate a placeholder man page pointing to that resource while
22 still providing some useful information.
802ea3af
MT
23end
24
26bbae11
SS
25source_dl = ftp://ftp.gnu.org/gnu/%{name}/
26sources = %{thisapp}.tar.xz
d3c8c883 27
802ea3af 28build
01a714f7 29 requires
26bbae11 30 %{bindir}/perl
01a714f7
MT
31 end
32
802ea3af
MT
33 configure_options += \
34 --disable-nls \
26bbae11 35 --libdir=%{prefix}/lib/help2man
d3c8c883 36
26bbae11
SS
37 make_install_targets += \
38 install_l10n
802ea3af 39end
d3c8c883 40
802ea3af
MT
41packages
42 package %{name}
802ea3af 43end