Initial .bep file for texi2html

This commit is contained in:
Scott McCreary
2010-12-14 00:05:54 +00:00
parent c5be3a2529
commit 2f87b45e73

View File

@@ -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."