byacc: register 'yacc' alternatives group.
This commit is contained in:
parent
7ef2e207f2
commit
2add755349
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'byacc'
|
||||
pkgname=byacc
|
||||
version=20150711
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--program-transform=s,^,b,"
|
||||
short_desc="Berkeley yacc, a LALR(1) parser generator"
|
||||
|
@ -11,6 +11,10 @@ homepage="http://invisible-island.net/byacc/"
|
|||
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${version}.tgz"
|
||||
checksum=c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248
|
||||
|
||||
alternatives="
|
||||
yacc:yacc:/usr/bin/byacc
|
||||
yacc:yacc.1:/usr/share/man/man1/byacc.1"
|
||||
|
||||
post_install() {
|
||||
vlicense README LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue