aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/texi2html
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-08 18:05:05 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-08 18:05:05 +0100
commit8ff7186c01047951bff101fbe9ae3a4740c00cc5 (patch)
treecc041418c8ea0567bb65ec8e8b3bf36bdc139054 /recipes/texi2html
parent4b03e3165fbc3593cf0da94f38736de950389688 (diff)
downloadopenembedded-8ff7186c01047951bff101fbe9ae3a4740c00cc5.tar.gz
texi2html: added recipe contributed by Lynn Lin (bugzilla #4759)
Diffstat (limited to 'recipes/texi2html')
-rw-r--r--recipes/texi2html/texi2html_1.82.bb12
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"
+