From bab585ab7b53d795d1be404e28d876cb0a70d6a5 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 8 Nov 2009 18:17:12 +0100 Subject: help2man: added recipe created by Lynn Lin (bugzilla #4774) --- recipes/help2man/help2man_1.36.4.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes/help2man/help2man_1.36.4.bb (limited to 'recipes') diff --git a/recipes/help2man/help2man_1.36.4.bb b/recipes/help2man/help2man_1.36.4.bb new file mode 100644 index 0000000000..a88fbb8be3 --- /dev/null +++ b/recipes/help2man/help2man_1.36.4.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "GNU utility to convert program --help output to a man page" +HOMEPAGE = "http://www.gnu.org/software/help2man" +SECTION = "console/utils" +LICENSE = "GPLv2" +DEPENDS = "gettext-native perl-native liblocale-gettext-perl-native" +RDEPENDS = "gettext perl liblocale-gettext-perl" + +TARGET_CC_ARCH += "${LDFLAGS}" + +SRC_URI = "${GNU_MIRROR}/help2man/${P}.tar.gz" + +inherit autotools + +PR = "r0" + +EXTRA_OECONF += "PERL=/usr/bin/perl" + +do_configure () { + oe_runconf +} + +FILES_${PN} += "/usr/lib/hacklocaledir.so" -- cgit 1.2.3-korg