help2man: added recipe created by Lynn Lin (bugzilla #4774)
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 8 Nov 2009 17:17:12 +0000 (18:17 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 8 Nov 2009 17:17:12 +0000 (18:17 +0100)
conf/checksums.ini
recipes/help2man/help2man_1.36.4.bb [new file with mode: 0644]

index d17bc36..ec2651a 100644 (file)
@@ -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 (file)
index 0000000..a88fbb8
--- /dev/null
@@ -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"