diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-08 18:05:05 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-08 18:05:05 +0100 |
commit | 8ff7186c01047951bff101fbe9ae3a4740c00cc5 (patch) | |
tree | cc041418c8ea0567bb65ec8e8b3bf36bdc139054 /recipes/texi2html | |
parent | 4b03e3165fbc3593cf0da94f38736de950389688 (diff) | |
download | openembedded-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.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" + |