2012-12-16 22:53:02 +01:00
|
|
|
# Description: lightweight Perl 6-like environment for virtual machines
|
|
|
|
# URL: https://github.com/perl6/nqp
|
|
|
|
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
|
2012-12-16 22:55:20 +01:00
|
|
|
# Depends on: parrot
|
2012-12-16 22:53:02 +01:00
|
|
|
|
|
|
|
name=nqp
|
2013-11-03 00:32:49 +01:00
|
|
|
version=2013.10
|
2012-12-16 22:53:02 +01:00
|
|
|
release=1
|
2013-08-25 20:36:28 +02:00
|
|
|
source=(https://github.com/perl6/$name/archive/$version.tar.gz)
|
2012-12-16 22:53:02 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
perl ./Configure.pl --prefix=/usr
|
|
|
|
make -j1
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|