diff --git a/app-text/help2man/help2man-1.43.3.recipe b/sys-apps/help2man/help2man-1.43.3.recipe similarity index 100% rename from app-text/help2man/help2man-1.43.3.recipe rename to sys-apps/help2man/help2man-1.43.3.recipe diff --git a/app-text/help2man/help2man-1.44.1.recipe b/sys-apps/help2man/help2man-1.44.1.recipe similarity index 100% rename from app-text/help2man/help2man-1.44.1.recipe rename to sys-apps/help2man/help2man-1.44.1.recipe diff --git a/sys-apps/help2man/help2man-1.46.3.recipe b/sys-apps/help2man/help2man-1.46.3.recipe new file mode 100644 index 000000000..81022f554 --- /dev/null +++ b/sys-apps/help2man/help2man-1.46.3.recipe @@ -0,0 +1,51 @@ +SUMMARY="Produces simple manual pages from the --help and --version output of other commands." +DESCRIPTION=" +help2man is a tool for automatically generating simple manual pages from \ +program output. +This program is intended to provide an easy way for software authors to \ +include a manual page in their distribution without having to maintain that \ +document. +Given a program which produces reasonably standard ‘--help’ and ‘--version’ \ +outputs, help2man can re-arrange that output into something which resembles a \ +manual page. +" + +HOMEPAGE="http://www.gnu.org/software/help2man/" +SRC_URI="http://ftpmirror.gnu.org/help2man/help2man-$portVersion.tar.xz" +CHECKSUM_SHA256="a669dc3baf2f9fcfcf9d55d8555d1c234bc3cabd5fbe8e36e0dea4a88c222942" +REVISION="1" +LICENSE="GNU GPL v3" +COPYRIGHT="1997-2014 Free Software Foundation" + +ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" + +PROVIDES=" + help2man = $portVersion + cmd:help2man$secondaryArchSuffix = $portVersion + " +REQUIRES=" + haiku$secondaryArchSuffix >= $haikuVersion + cmd:perl + " +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel >= $haikuVersion + " +BUILD_PREREQUIRES=" + cmd:gcc$secondaryArchSuffix + cmd:ld$secondaryArchSuffix + cmd:make + cmd:perl + cmd:awk + " + +BUILD() +{ + runConfigure ./configure + make +} + +INSTALL() +{ + make install +}