From 8ff7186c01047951bff101fbe9ae3a4740c00cc5 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 8 Nov 2009 18:05:05 +0100 Subject: texi2html: added recipe contributed by Lynn Lin (bugzilla #4759) --- recipes/texi2html/texi2html_1.82.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/texi2html/texi2html_1.82.bb (limited to 'recipes/texi2html') diff --git a/recipes/texi2html/texi2html_1.82.bb b/recipes/texi2html/texi2html_1.82.bb new file mode 100644 index 0000000000..35045d9c34 --- /dev/null +++ b/recipes/texi2html/texi2html_1.82.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Perl script that converts Texinfo to HTML" +HOMEPAGE = "http://www.nongnu.org/texi2html/" +SECTION = "console/utils" +LICENSE = "GPLv2" +SRC_URI = "http://download.savannah.gnu.org/releases/texi2html/${P}.tar.bz2" + +PR = "r0" + +inherit autotools + +EXTRA_OECONF = "PERL=/usr/bin/perl" + -- cgit v1.2.3