# Compiling Time: 0.03 SBU # Maintainer: Miklos Vajna pkgname=byacc pkgver=20160606 pkgrel=1 pkgdesc="The Berkeley variant of the Yacc parser generator." url="http://invisible-island.net/byacc/byacc.html" depends=('glibc>=2.22-12') groups=('devel-extra') archs=('i686' 'x86_64' 'arm') up2date="lynx -dump ftp://invisible-island.net/byacc/|grep tgz$|sed -n 's/.*c-\(.*\)\.t.*/\1/;s/-/_/;$ p'" source=(ftp://invisible-island.net/byacc/byacc-$pkgver.tgz) sha1sums=('1e72f0f7c93a0aed96a558029bab2336174c2848') build() { Fbuild Fmv /usr/bin/{,b}yacc Fmv /usr/share/man/man1/{,b}yacc.1 } # optimization OK