Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: Stefan Husmann <[email protected]>
- # Contributor: Jason Chu <[email protected]>
- # Contributor: Tom Newsom <[email protected]>
- 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
- }
Advertisement
Add Comment
Please, Sign In to add comment