diff options
Diffstat (limited to 'recipes/texi2html/texi2html_1.82.bb')
-rw-r--r-- | recipes/texi2html/texi2html_1.82.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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" + |