matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / help2man / help2man_1.36.4.bb
blob34d9c00dcd8ee15759481e4076494d6cbda1e2a4
1 DESCRIPTION = "GNU utility to convert program --help output to a man page"
2 HOMEPAGE = "http://www.gnu.org/software/help2man"
3 SECTION = "console/utils"
4 LICENSE = "GPLv2"
5 DEPENDS = "gettext-native perl-native liblocale-gettext-perl-native"
6 RDEPENDS_${PN} = "gettext perl liblocale-gettext-perl"
8 TARGET_CC_ARCH += "${LDFLAGS}"
10 SRC_URI = "${GNU_MIRROR}/help2man/${P}.tar.gz"
12 inherit autotools
14 PR = "r1"
16 EXTRA_OECONF += "PERL=/usr/bin/perl"
18 do_configure () {
19 oe_runconf
22 FILES_${PN} += "/usr/lib/hacklocaledir.so"
24 SRC_URI[md5sum] = "d31a0a38c2ec71faa06723f6b8bd3076"
25 SRC_URI[sha256sum] = "a4adadf76b496a6bc50795702253ecfcb6f0d159b68038f31a5362009340bca2"