Merge pull request #8590 from maxice8/rakudo
rakudo: update to 2017.10.
This commit is contained in:
commit
0e3f6e01ea
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'MoarVM'.
|
||||
pkgname=MoarVM
|
||||
version=2017.09.1
|
||||
version=2017.10
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -14,7 +14,7 @@ license="Artistic-2.0"
|
|||
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
||||
nocross="yes"
|
||||
shlib_provides="libmoar.so"
|
||||
checksum=1c09b70a6b454abb48baaa9432e90c33002983cdb96328418f1be1a572e11f47
|
||||
checksum=27cddd50db65359aed82bc6a9bd0e52988a52ee89e7e353eb63185c267d22a5b
|
||||
|
||||
do_clean() {
|
||||
rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'nqp'.
|
||||
pkgname=nqp
|
||||
version=2017.09
|
||||
version=2017.10
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -14,4 +14,4 @@ homepage="http://github.com/perl6/nqp"
|
|||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||
nocross=yes
|
||||
checksum=fd46e365e6296287f38943b51e5d95e096b49c982d1172220c1e905277fd794c
|
||||
checksum=499cd78f4fb5658ae5f840de706a12ca5f0da14ab71220a2d72fd31ec1419eb9
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'rakudo'.
|
||||
pkgname=rakudo
|
||||
version=2017.09
|
||||
version=2017.10
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr --backends=moar"
|
||||
hostmakedepends="perl"
|
||||
makedepends="nqp libatomic_ops-devel libffi-devel libuv-devel"
|
||||
depends="nqp>=2017.09"
|
||||
depends="nqp>=2017.10"
|
||||
short_desc="Rakudo is an implementation of Perl 6 language"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
homepage="http://rakudo.org"
|
||||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/rakudo/rakudo/archive/${version}.tar.gz"
|
||||
nocross=yes
|
||||
checksum=00c86583b59a59a94bea4ac0957d4d2b571e87c6af75595b3fc667818346f5eb
|
||||
checksum=7a161ff1b12be0451d0e6bdabd6271c506015aed3b0969889ab7dd71be8047eb
|
||||
|
|
Loading…
Reference in New Issue