updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / rakudo / PKGBUILD
blob87280d5d25ce996b0b2aea7c49925ec78de7c552
1 # Maintainer: Marcin Karpezo <sirmacik at gmail dot com>
2 # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
3 pkgname=rakudo
4 pkgver=2011.09
5 pkgrel=4
6 pkgdesc="Perl 6 compiler for the Parrot virtual machine"
7 arch=('i686' 'x86_64')
8 url='http://rakudo.org/'
9 license=(PerlArtistic)
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')
15 build() {
16     cd "$srcdir/$pkgname-$pkgver"
17     perl Configure.pl --prefix=/usr \
18                       --with-nqp=/usr/bin/nqp \
19                       --with-parrot=/usr/bin/parrot
20     make -j1
22 package() {
23     cd "$srcdir/$pkgname-$pkgver"
24     make -j1 DESTDIR="$pkgdir" install