aboutsummaryrefslogtreecommitdiff
path: root/core/byacc
diff options
context:
space:
mode:
Diffstat (limited to 'core/byacc')
-rwxr-xr-xcore/byacc/build10
-rw-r--r--core/byacc/checksums1
-rw-r--r--core/byacc/sources1
-rw-r--r--core/byacc/version1
4 files changed, 13 insertions, 0 deletions
diff --git a/core/byacc/build b/core/byacc/build
new file mode 100755
index 00000000..534df9cd
--- /dev/null
+++ b/core/byacc/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --program-transform='s/^/b/'
+
+make
+make DESTDIR="$1" install
+
+ln -s byacc "$1/usr/bin/yacc"
diff --git a/core/byacc/checksums b/core/byacc/checksums
new file mode 100644
index 00000000..501711e8
--- /dev/null
+++ b/core/byacc/checksums
@@ -0,0 +1 @@
+e099e2dd8a684d739ac6b9a0e43d468314a5bc34fd21466502d120b18df51fb0 byacc-20200330.tgz
diff --git a/core/byacc/sources b/core/byacc/sources
new file mode 100644
index 00000000..99756a5b
--- /dev/null
+++ b/core/byacc/sources
@@ -0,0 +1 @@
+ftp://ftp.invisible-island.net/byacc/byacc-20200330.tgz
diff --git a/core/byacc/version b/core/byacc/version
new file mode 100644
index 00000000..ad6f8a32
--- /dev/null
+++ b/core/byacc/version
@@ -0,0 +1 @@
+20200330 1