]> git.ipfire.org Git - ipfire-3.x.git/blob - help2man/help2man.nm
ccache: Update to 3.7.1
[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.47.3
8 release = 1
9 arch = noarch
10
11 groups = Development/Tools
12 url = http://www.gnu.org/software/help2man
13 license = GPLv3+
14 summary = Create simple man pages from --help output.
15
16 description
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.
23 end
24
25 source_dl = ftp://ftp.gnu.org/gnu/%{name}/
26 sources = %{thisapp}.tar.xz
27
28 build
29 requires
30 %{bindir}/perl
31 end
32
33 configure_options += \
34 --disable-nls \
35 --libdir=%{prefix}/lib/help2man
36
37 make_install_targets += \
38 install_l10n
39 end
40
41 packages
42 package %{name}
43 end