mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
SUMMARY="Standard GNU documentation format tool"
|
|
DESCRIPTION="
|
|
Texinfo is the official documentation format of the GNU project.
|
|
"
|
|
HOMEPAGE="http://www.gnu.org/software/texinfo/"
|
|
COPYRIGHT="1992-2008 Free Software Foundation, Inc."
|
|
LICENSE="GNU GPL v3"
|
|
SRC_URI="http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz"
|
|
CHECKSUM_MD5="71ba711519209b5fb583fed2b3d86fcb"
|
|
REVISION="7"
|
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
|
|
|
PATCHES="texinfo-4.13a.patch"
|
|
|
|
PROVIDES="
|
|
texinfo = $portVersion compat >= 4.13
|
|
cmd:info = $portVersion compat >= 4.13
|
|
cmd:makeinfo = $portVersion compat >= 4.13
|
|
cmd:install_info = $portVersion compat >= 4.13
|
|
cmd:texi2dvi = $portVersion compat >= 4.13
|
|
cmd:texi2pdf = $portVersion compat >= 4.13
|
|
cmd:texindex = $portVersion compat >= 4.13
|
|
cmd:infokey = $portVersion compat >= 4.13
|
|
cmd:pdftexi2dvi = $portVersion compat >= 4.13"
|
|
REQUIRES="
|
|
haiku >= $haikuVersion
|
|
lib:libncurses
|
|
"
|
|
BUILD_REQUIRES="
|
|
devel:libncurses
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
haiku_devel >= $haikuVersion
|
|
cmd:gcc
|
|
cmd:ld
|
|
cmd:libtoolize
|
|
cmd:make
|
|
cmd:sed
|
|
"
|
|
|
|
SOURCE_DIR="texinfo-4.13"
|
|
|
|
BUILD()
|
|
{
|
|
libtoolize --force --copy --install
|
|
runConfigure ./configure
|
|
make $jobArgs
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install
|
|
rm $libDir/charset.alias
|
|
rmdir $libDir
|
|
}
|