From: Armaan Bhojwani Date: Wed, 30 Jun 2021 00:19:23 +0000 (-0400) Subject: bison (byacc): new package at 20210328 X-Git-Tag: 2021.07.15-1~95 X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=42fce37fc1e5f697283aebe2b9fdbab75406c117 bison (byacc): new package at 20210328 --- diff --git a/bison/build b/bison/build new file mode 100755 index 0000000..d284ac5 --- /dev/null +++ b/bison/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --program-prefix=b \ + --enable-btyacc + +make +make DESTDIR="$1" install + +ln -s "/usr/bin/byacc" "$1/usr/bin/yacc" +ln -s "/usr/bin/byacc" "$1/usr/bin/bison" diff --git a/bison/checksums b/bison/checksums new file mode 100644 index 0000000..dee8cfa --- /dev/null +++ b/bison/checksums @@ -0,0 +1 @@ +8b8f258eb22a4eae994ee374a712dd08e023cde1c39b373e8db8ba7806c50585 diff --git a/bison/sources b/bison/sources new file mode 100644 index 0000000..79246f5 --- /dev/null +++ b/bison/sources @@ -0,0 +1 @@ +https://invisible-mirror.net/archives/byacc/byacc-20210328.tgz diff --git a/bison/version b/bison/version new file mode 100644 index 0000000..6b7cd8f --- /dev/null +++ b/bison/version @@ -0,0 +1 @@ +20210328 1