1 2 3 4 5 6 7 8 9 10 11 12 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 }