aboutsummaryrefslogtreecommitdiff
path: root/repos/community/byacc/abuild
blob: 7ee6574f7c2e9b5e69462381543515370e79aa53 (plain)
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
}