2008-10-14 07:42:10 +00:00
|
|
|
# Template build file for 'bison'.
|
|
|
|
pkgname=bison
|
2012-12-13 08:10:34 +00:00
|
|
|
version=2.7
|
2012-06-06 19:29:38 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-11 07:10:30 +00:00
|
|
|
hostmakedepends="perl"
|
2008-10-14 07:42:10 +00:00
|
|
|
short_desc="GNU yacc(1) replacement"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-06-06 19:29:38 +00:00
|
|
|
homepage="http://www.gnu.org/software/bison/bison.html"
|
|
|
|
license="GPL-3"
|
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.xz"
|
2012-12-13 08:10:34 +00:00
|
|
|
checksum=43d8c5c466486031d5e7195a152ff49651ccac91599692e788b5ec5b693ca7fd
|
2008-10-14 07:42:10 +00:00
|
|
|
long_desc="
|
|
|
|
Bison is the GNU replacement for yacc(1). Some programs depend on
|
|
|
|
extensions present in Bison."
|
2013-04-11 07:10:30 +00:00
|
|
|
|
|
|
|
bison_package() {
|
|
|
|
depends="m4"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|