17 lines
519 B
Text
17 lines
519 B
Text
|
# Template file for 'byacc'
|
||
|
pkgname=byacc
|
||
|
version=20141128
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--program-transform=s,^,b,"
|
||
|
short_desc="Berkeley yacc, a LALR(1) parser generator"
|
||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||
|
license="Public Domain"
|
||
|
homepage="http://invisible-island.net/byacc/"
|
||
|
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${version}.tgz"
|
||
|
checksum=f517fc21f08c1a1f010177357df58fc64eb1131011e5dcd48c19fe44c47198d0
|
||
|
|
||
|
post_install() {
|
||
|
vlicense README LICENSE
|
||
|
}
|