aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/help2man/help2man_1.36.4.bb
blob: a88fbb8be3b264872b53283c1e5e68e8f43136a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"