]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - help2man/help2man.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / help2man / help2man.nm
diff --git a/help2man/help2man.nm b/help2man/help2man.nm
new file mode 100644 (file)
index 0000000..208f1ff
--- /dev/null
@@ -0,0 +1,37 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = help2man
+version    = 1.40.4
+release    = 1
+
+groups     = Development/Tools
+url        = http://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  =
+
+build
+       configure_options += \
+               --disable-nls \
+               --libdir=/usr/lib/help2man
+
+       make_install_targets += install_l10n
+end
+
+packages
+       package %{name}
+       end
+end