aboutsummaryrefslogtreecommitdiff
path: root/core/byacc
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-03 11:54:13 +0300
committerCem Keylan <cem@ckyln.com>2020-06-03 11:54:13 +0300
commitff6f02711348f7fd0ff8750671ed17db6ed48d1a (patch)
tree45700ba094866f68d5efef640a1dc9a7c2bf22ae /core/byacc
parentb0d1882f59d0dbeeb8993f7c4c4044af94673fbe (diff)
downloadrepository-ff6f02711348f7fd0ff8750671ed17db6ed48d1a.tar.gz
byacc: add new package at 20200330
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