22 lines
592 B
Text
22 lines
592 B
Text
# Template build file for 'bison'.
|
|
pkgname=bison
|
|
version=2.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl"
|
|
short_desc="GNU yacc(1) replacement"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnu.org/software/bison/bison.html"
|
|
license="GPL-3"
|
|
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.xz"
|
|
checksum=43d8c5c466486031d5e7195a152ff49651ccac91599692e788b5ec5b693ca7fd
|
|
long_desc="
|
|
Bison is the GNU replacement for yacc(1). Some programs depend on
|
|
extensions present in Bison."
|
|
|
|
bison_package() {
|
|
depends="m4"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|