1 # Maintainer: Marcin Karpezo <sirmacik at gmail dot com>
2 # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
6 pkgdesc="Perl 6 compiler for the Parrot virtual machine"
8 url='http://rakudo.org/'
10 depends=('parrot' 'nqp=2011.09')
11 makedepends=('perl>=5.8')
12 source=(https://github.com/downloads/rakudo/rakudo/$pkgname-$pkgver.tar.gz)
13 md5sums=('b2d787e25302b934613b71feb85be03d')
16 cd "$srcdir/$pkgname-$pkgver"
17 perl Configure.pl --prefix=/usr \
18 --with-nqp=/usr/bin/nqp \
19 --with-parrot=/usr/bin/parrot
23 cd "$srcdir/$pkgname-$pkgver"
24 make -j1 DESTDIR="$pkgdir" install