# Description: Perl 6 compiler for the Parrot virtual machine # URL: http://rakudo.org/ # Maintainer: Tadeusz Sosnierz, tadzikes gmail com # Depends on: parrot perl name=rakudo version=2010.12 release=1 source=(http://cloud.github.com/downloads/rakudo/rakudo/rakudo-$version.tar.gz) build() { cd $name-$version perl Configure.pl --parrot-config=/usr/bin/parrot_config make make DESTDIR="$PKG" install rm -r $PKG/usr/share }