mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
28 lines
601 B
Plaintext
28 lines
601 B
Plaintext
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."
|