aboutsummaryrefslogtreecommitdiff
path: root/byacc/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'byacc/abuild')
-rw-r--r--byacc/abuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/byacc/abuild b/byacc/abuild
new file mode 100644
index 00000000..7ee6574f
--- /dev/null
+++ b/byacc/abuild
@@ -0,0 +1,13 @@
+name=byacc
+version=20240109
+release=1
+source="https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz"
+
+build () {
+ ./configure --prefix=/usr
+ make
+ make install DESTDIR=$PKG
+
+ ln -s yacc $PKG/usr/bin/byacc
+ ln -s yacc $PKG/usr/bin/bison
+}