From ea37da79cd117bb7d9f7bfe63acbf2cf52a92b90 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 19 Nov 2015 19:03:49 +0000 Subject: [PATCH] help2man: add recipe for version 1.47.3. --- sys-apps/help2man/help2man-1.47.3.recipe | 48 ++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 sys-apps/help2man/help2man-1.47.3.recipe diff --git a/sys-apps/help2man/help2man-1.47.3.recipe b/sys-apps/help2man/help2man-1.47.3.recipe new file mode 100644 index 000000000..809594c93 --- /dev/null +++ b/sys-apps/help2man/help2man-1.47.3.recipe @@ -0,0 +1,48 @@ +SUMMARY="A tool to produce simple manual pages" +DESCRIPTION="help2man is a tool for automatically generating simple manual \ +pages from program output. The 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/" +COPYRIGHT="1997-2013 Free Software Foundation" +REVISION="1" +LICENSE="GNU GPL v3" +SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-$portVersion.tar.xz" +CHECKSUM_SHA256="c232af6475ef65bee02770862a362f4c4c2e6c9967d39e987eb94cadcfc13856" + +ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" + +PROVIDES=" + help2man = $portVersion + cmd:help2man$secondaryArchSuffix = $portVersion + " +REQUIRES=" + haiku$secondaryArchSuffix + cmd:perl + " + +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel + " +BUILD_PREREQUIRES=" + cmd:gcc$secondaryArchSuffix + cmd:ld$secondaryArchSuffix + cmd:make + cmd:perl + cmd:awk + " + +BUILD() +{ + runConfigure ./configure + make +} + +INSTALL() +{ + make install +}