mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
texinfo: update recipe
* Fix requires/build requires. * Use runConfigure and jobArgs.
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
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="6"
|
||||
REVISION="7"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="texinfo = $portVersion compat >= 4.13
|
||||
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
|
||||
@@ -16,25 +19,28 @@ PROVIDES="texinfo = $portVersion compat >= 4.13
|
||||
cmd:infokey = $portVersion compat >= 4.13
|
||||
cmd:pdftexi2dvi = $portVersion compat >= 4.13"
|
||||
REQUIRES="
|
||||
ncurses
|
||||
haiku >= $haikuVersion
|
||||
lib:libncurses
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
$REQUIRES
|
||||
devel:libncurses
|
||||
"
|
||||
BUILD_PREREQUIRES="haiku_devel >= $haikuVersion
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
cmd:sed"
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
SOURCE_DIR="texinfo-4.13"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
./configure $configureDirArgs
|
||||
make
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
@@ -43,6 +49,3 @@ INSTALL()
|
||||
rm $libDir/charset.alias
|
||||
rmdir $libDir
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1992-2008 Free Software Foundation, Inc."
|
||||
|
||||
Reference in New Issue
Block a user