[oe-commits] Frans Meulenbroeks : texi2html: added recipe contributed by Lynn Lin ( bugzilla #4759)

git version control git at git.openembedded.org
Mon Nov 9 22:16:02 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 8ff7186c01047951bff101fbe9ae3a4740c00cc5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8ff7186c01047951bff101fbe9ae3a4740c00cc5

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Nov  8 18:05:05 2009 +0100

texi2html: added recipe contributed by Lynn Lin (bugzilla #4759)

---

 conf/checksums.ini                  |    4 ++++
 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 fe22419..d17bc36 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 0000000..35045d9
--- /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"
+





More information about the Openembedded-commits mailing list