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) --- conf/checksums.ini | 4 ++++ recipes/help2man/help2man_1.36.4.bb | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 recipes/help2man/help2man_1.36.4.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index d17bc36dec..ec2651aca4 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -11534,6 +11534,10 @@ sha256=cae6ed86296d01be98ee3be0c224c4323eee508941a7f162a0366d56655afe06 md5=0524dd10ad986285ff4eeb3507f7471c sha256=689a413119c4d670ed95b9ac24511655c4805db678ad93866ab1036a0ba4d6bf +[ftp://ftp.gnu.org/gnu/help2man/help2man-1.36.4.tar.gz] +md5=d31a0a38c2ec71faa06723f6b8bd3076 +sha256=a4adadf76b496a6bc50795702253ecfcb6f0d159b68038f31a5362009340bca2 + [http://handhelds.org/~zecke/oe_packages/hexatrolic-103beta3-zecke1.tar.bz2] md5=1d9420e8b5a6d5fa491c458ffafd4adb sha256=b60a5358e56e676529e7d3d655d5107a76b9a2434e38952711fea794f65721ce 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 v1.2.3