Files
haikuports/sys-apps/texinfo/texinfo-4.13a.bep
Chris Roberts 2bdce8ebe2 Created a .bep file for texinfo-4.13a.
Regenerated the diff done by Ingo and added a default search path for info files.
2009-12-30 04:28:05 +00:00

19 lines
433 B
Plaintext

DESCRIPTION="Texinfo is the official documentation format of the GNU project."
HOMEPAGE="http://www.gnu.org/software/texinfo/"
SRC_URI="http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz"
CHECKSUM_MD5="71ba711519209b5fb583fed2b3d86fcb"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd texinfo-4.13
libtoolize --force --copy --install
./configure --prefix=/boot/common
make
}
INSTALL {
cd texinfo-4.13
make install
}