From 2f87b45e73607fdcdb2931e4fe989ccc9aaa0234 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 14 Dec 2010 00:05:54 +0000 Subject: [PATCH] Initial .bep file for texi2html --- app-text/texi2html/texi2html-1.82.bep | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app-text/texi2html/texi2html-1.82.bep diff --git a/app-text/texi2html/texi2html-1.82.bep b/app-text/texi2html/texi2html-1.82.bep new file mode 100644 index 000000000..4fa7ae502 --- /dev/null +++ b/app-text/texi2html/texi2html-1.82.bep @@ -0,0 +1,27 @@ +DESCRIPTION="Perl script that converts Texinfo to HTML" +HOMEPAGE="http://www.nongnu.org/texi2html/" +SRC_URI="http://download.savannah.gnu.org/releases/texi2html/texi2html-1.82.tar.bz2" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +CHECKSUM_MD5="a8a9193c0ac1bec2f3ca7be40a5a82eb" +BUILD { + cd texi2html-1.82 + libtoolize --force --copy --install + ./autogen.sh + ./configure --prefix=`finddir B_COMMON_DIRECTORY` + make +} + +INSTALL { + cd texi2html-1.82 + make install +} + +TEST { + cd texi2html-1.82 + make check +} + +LICENSE="GNU GPL v2" +COPYRIGHT="1999-2005 Patrice Dumas, Derek Price, Adrian Aichner & others."