Files
haikuports/dev-util/byacc/byacc-20150711.recipe
Jerome Duval fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00

44 lines
837 B
Bash

SUMMARY="Berkeley implementation of Yacc"
DESCRIPTION="
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant \
available. In contrast to bison, it is written to avoid dependencies upon a \
particular compiler."
HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
COPYRIGHT="2002-2013,2014 by Thomas E. Dickey"
LICENSE="Public Domain"
REVISION="2"
SOURCE_URI="ftp://invisible-island.net/byacc/byacc-$portVersion.tgz"
CHECKSUM_SHA256="c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
byacc = $portVersion
cmd:yacc = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:awk
cmd:gcc
cmd:ld
cmd:make
cmd:cmp
"
BUILD()
{
runConfigure --omit-dirs docDir ./configure
make
}
INSTALL()
{
make install
}