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 | |
parent | 4b03e3165fbc3593cf0da94f38736de950389688 (diff) |
texi2html: added recipe contributed by Lynn Lin (bugzilla #4759)
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/texi2html/texi2html_1.82.bb | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index fe22419c6e..d17bc36dec 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -25254,6 +25254,10 @@ sha256=6c3b8fa619749cbb28ca0f8847e56773d13e0bb92f1ea34287420950373640c2 md5=59c92b223f69cc7e50ae6cd9d1539db1 sha256=38f24694983f20e5bffa2ebc1d35a7c3abea50479a6df6449cc900bf2732891d +[http://download.savannah.gnu.org/releases/texi2html/texi2html-1.82.tar.bz2] +md5=a8a9193c0ac1bec2f3ca7be40a5a82eb +sha256=d69c1effc416896409003ea64fdb21152cc0a9a7c665d437a0a3bef9b588b4f1 + [ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.8a.tar.bz2] md5=0f429f87de9f20d6c0d952e63bf8e3fa sha256=efcda677be7ef093757d965736dff3b5af8c9fd36b3e7d3db09289a4a1d5d013 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" + |