nqp: 2013.11 -> 2013.12.1

This commit is contained in:
Bartlomiej Palmowski 2013-12-29 12:14:11 +01:00
parent 4770cf5c3a
commit c17636c7eb
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
4528cbd58f4b095dafcbae25881a16d9 2013.11.tar.gz
c0e57538d7a52113fada049cab629412 2013.12.1.tar.gz

View File

@ -4,13 +4,12 @@
# Depends on: parrot
name=nqp
version=2013.11
version=2013.12.1
release=1
source=(https://github.com/perl6/$name/archive/$version.tar.gz)
build() {
cd $name-$version
sed -i '1a#include <stdint.h>' src/vm/parrot/ops/nqp.ops
perl ./Configure.pl --prefix=/usr
make -j1
make DESTDIR=$PKG install