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