diff options
Diffstat (limited to 'recipes/help2man')
-rw-r--r-- | recipes/help2man/help2man_1.36.4.bb | 22 |
1 files changed, 22 insertions, 0 deletions
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" |