1 # Maintainer: Jelle van der Waa <jelle@archlinux.org>
2 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
7 pkgdesc="Not Yet Another Compiler Compiler"
8 url="http://www.nongnu.org/nyacc"
10 license=('GPL' 'LGPL' 'FDL')
11 depends=('guile' 'guile-bytestructures')
13 source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz"{,.sig})
14 sha256sums=('c32042c1524646ba1a27b515203fab2240e6151fdb9e306e55b0154bbf7f63b2'
16 validpgpkeys=('7C9EDA8DCE5DC8AE2C675EC9EE4F2A40097B7C03') # Marc Wette
20 ./configure --prefix=/usr
26 make install DESTDIR=$pkgdir