# Maintainer: Stefan Husmann # Contributor: Jason Chu # Contributor: Tom Newsom pkgname=gforth pkgver=0.7.2 pkgrel=1 url="http://www.gnu.org/software/gforth/" pkgdesc="Fast and portable implementation of the ANS Forth language" arch=('i686' 'x86_64' 'armv6h') license=('GPL3') depends=('libtool') source=("http://www.complang.tuwien.ac.at/forth/$pkgname/$pkgname-$pkgver.tar.gz") options=('libtool') install=$pkgname.install md5sums=('96f2354ec8c4005e1a54035586ed683e') build() { cd $srcdir/$pkgname-$pkgver CFLAGS='-std=gnu99' ./configure --prefix=/usr make -j1 } package() { cd $srcdir/$pkgname-$pkgver make PREFIX=/usr DESTDIR=$pkgdir install }