mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
texinfo-4.13a.bep: Update for hpkg building
This commit is contained in:
@@ -1,20 +1,38 @@
|
||||
SUMMARY="Standard GNU documentation format tool"
|
||||
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"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
PROVIDES="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=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
|
||||
gcc
|
||||
ld
|
||||
libtoolize
|
||||
make"
|
||||
|
||||
SOURCE_DIR="texinfo-4.13"
|
||||
|
||||
BUILD {
|
||||
cd texinfo-4.13
|
||||
libtoolize --force --copy --install
|
||||
./configure --prefix=/boot/common
|
||||
./configure $configureDirArgs
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd texinfo-4.13
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1992-2008 Free Software Foundation, Inc."
|
||||
|
||||
Reference in New Issue
Block a user