mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
byacc: bump to 20180525. (#2635)
This commit is contained in:
@@ -2,12 +2,12 @@ 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-2018 by Thomas E. Dickey"
|
||||
HOMEPAGE="https://invisible-island.net/byacc/byacc.html"
|
||||
COPYRIGHT="2002-2018 Thomas E. Dickey"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://invisible-mirror.net/archives/byacc/byacc-$portVersion.tgz"
|
||||
CHECKSUM_SHA256="d0940dbffbc7e9c9dd4985c25349c390beede84ae1d9fe86b71c0aa659a6d693"
|
||||
CHECKSUM_SHA256="129b8d8be35c2cecb89e4ef434dc512402c0243f485334c5733ddf1e267c2de6"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -27,6 +27,9 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
cmd:cmp
|
||||
"
|
||||
|
||||
@@ -40,3 +43,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user