mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Initial .bep file for texi2html
This commit is contained in:
27
app-text/texi2html/texi2html-1.82.bep
Normal file
27
app-text/texi2html/texi2html-1.82.bep
Normal 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."
|
||||
Reference in New Issue
Block a user