]> git.armaanb.net Git - asd-repo.git/commitdiff
bison (byacc): new package at 20210328
authorArmaan Bhojwani <me@armaanb.net>
Wed, 30 Jun 2021 00:19:23 +0000 (20:19 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Wed, 30 Jun 2021 23:15:18 +0000 (19:15 -0400)
bison/build [new file with mode: 0755]
bison/checksums [new file with mode: 0644]
bison/sources [new file with mode: 0644]
bison/version [new file with mode: 0644]

diff --git a/bison/build b/bison/build
new file mode 100755 (executable)
index 0000000..d284ac5
--- /dev/null
@@ -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 (file)
index 0000000..dee8cfa
--- /dev/null
@@ -0,0 +1 @@
+8b8f258eb22a4eae994ee374a712dd08e023cde1c39b373e8db8ba7806c50585
diff --git a/bison/sources b/bison/sources
new file mode 100644 (file)
index 0000000..79246f5
--- /dev/null
@@ -0,0 +1 @@
+https://invisible-mirror.net/archives/byacc/byacc-20210328.tgz
diff --git a/bison/version b/bison/version
new file mode 100644 (file)
index 0000000..6b7cd8f
--- /dev/null
@@ -0,0 +1 @@
+20210328 1