ipfire-3.x/help2man/help2man.nm

45 lines
1.1 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = help2man
version = 1.49.3
release = 1
groups = Development/Tools
url = https://www.gnu.org/software/help2man
license = GPLv3+
summary = Create simple man pages from --help output.
description
help2man is a script to create simple man pages from the --help and
--version output of programs.
Since most GNU documentation is now in info format, this provides a
way to generate a placeholder man page pointing to that resource while
still providing some useful information.
end
source_dl = https://ftp.gnu.org/gnu/help2man/
sources = %{thisapp}.tar.xz
build
arches = noarch
requires
%{bindir}/perl
end
configure_options += \
--disable-nls \
--libdir=%{prefix}/lib/help2man
make_install_targets += \
install_l10n
end
packages
package %{name}
end