]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - help2man/help2man.nm
Change how we make packages "noarch"
[people/pmueller/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
d8280960 7version = 1.49.3
26bbae11 8release = 1
d3c8c883 9
802ea3af 10groups = Development/Tools
d8280960 11url = https://www.gnu.org/software/help2man
802ea3af
MT
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
d8280960 24source_dl = https://ftp.gnu.org/gnu/help2man/
26bbae11 25sources = %{thisapp}.tar.xz
d3c8c883 26
802ea3af 27build
5cd803df
MT
28 arches = noarch
29
01a714f7 30 requires
26bbae11 31 %{bindir}/perl
01a714f7
MT
32 end
33
802ea3af
MT
34 configure_options += \
35 --disable-nls \
26bbae11 36 --libdir=%{prefix}/lib/help2man
d3c8c883 37
26bbae11
SS
38 make_install_targets += \
39 install_l10n
802ea3af 40end
d3c8c883 41
802ea3af
MT
42packages
43 package %{name}
802ea3af 44end