rakudo-star: updated to 2016.03
* MoarVM: updated to 2016.03 * nqp: updated to 2016.03 * rakudo-star: updated to 2016.03 * rakudo: updated to 2016.03 * panda: updated to 2016.02
This commit is contained in:
parent
129206b886
commit
74c5724779
|
@ -1,21 +1,20 @@
|
|||
# Template build file for 'MoarVM'.
|
||||
pkgname=MoarVM
|
||||
only_for_archs="i686 x86_64"
|
||||
version=2016.02
|
||||
version=2016.03
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr --has-libuv --has-libatomic_ops --has-libffi"
|
||||
hostmakedepends="perl libuv-devel libatomic_ops-devel libffi-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
hostmakedepends="perl"
|
||||
makedepends="libuv-devel libatomic_ops-devel libffi-devel"
|
||||
short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
homepage="http://moarvm.com"
|
||||
license="Artistic-2.0"
|
||||
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
||||
checksum=3bdacebba98e6b2d3d10f12af0ab514dec27fb24b15ed00aef479b7d190ce40a
|
||||
nocross="yes"
|
||||
shlib_provides="libmoar.so"
|
||||
make_install_target="install"
|
||||
checksum=dfc3914e609f30ff06f14267bcbb4fcc6da3d85782d35c1838701a5ea41d8f2f
|
||||
|
||||
do_clean() {
|
||||
rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
# Template build file for 'nqp'.
|
||||
pkgname=nqp
|
||||
only_for_archs="i686 x86_64"
|
||||
version=2016.02
|
||||
version=2016.03
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr --backends=moar"
|
||||
hostmakedepends="perl MoarVM"
|
||||
makedepends="${hostmakedepends}"
|
||||
makedepends="MoarVM"
|
||||
depends="MoarVM>=${version}"
|
||||
short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
homepage="http://github.com/perl6/nqp"
|
||||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||
checksum=2ecd1fa991d12cdb3ff0dae2d009d831d09609f352950b1c1a9de2b69a0fe25a
|
||||
nocross="yes"
|
||||
checksum=243dac4b4b05867152098a6727fa9accd713121bd33f6bc7ed7abe2802a50f98
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
# Template build file for 'panda'.
|
||||
pkgname=panda
|
||||
only_for_archs="i686 x86_64"
|
||||
version=2015.12
|
||||
version=2016.02
|
||||
revision=1
|
||||
hostmakedepends="perl git rakudo"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="rakudo>=2016.02 git"
|
||||
hostmakedepends="git rakudo"
|
||||
depends="rakudo>=2016.03 git"
|
||||
short_desc="Panda is a Perl 6 module manager"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
homepage=https://github.com/tadzik/panda
|
||||
license=MIT
|
||||
distfiles=https://github.com/tadzik/panda/archive/${version}.tar.gz
|
||||
checksum=267f39e76d7c8fcb50e366589d831b7b5a19f363c44e8d7eaa20df9b9dc77fc3
|
||||
homepage="https://github.com/tadzik/panda"
|
||||
license="MIT"
|
||||
distfiles="https://github.com/tadzik/panda/archive/${version}.tar.gz"
|
||||
nocross="yes"
|
||||
checksum=e8ced2b70ca9f5dc43affb09d5859132e570d493e363020db433ef0a13768b08
|
||||
|
||||
do_build() {
|
||||
vmkdir usr
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
# Template build file for 'rakudo-star'.
|
||||
pkgname=rakudo-star
|
||||
only_for_archs="i686 x86_64"
|
||||
version=2016.02
|
||||
version=2016.03
|
||||
revision=1
|
||||
hostmakedepends="panda"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="panda>=2015.12"
|
||||
short_desc="Rakudo is an implementation of Perl 6 language"
|
||||
depends="panda>=2016.02"
|
||||
short_desc="Perl 6 distribution that includes common modules"
|
||||
maintainer="Ruslan <axetwe@gmail.com>"
|
||||
homepage=http://rakudo.org
|
||||
license=Artistic-2.0
|
||||
nopie=yes
|
||||
homepage="http://rakudo.org"
|
||||
license="Artistic-2.0"
|
||||
nopie="yes"
|
||||
nocross="yes"
|
||||
|
||||
pre_build() {
|
||||
cd /usr/share/perl6/site
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'rakudo'.
|
||||
pkgname=rakudo
|
||||
only_for_archs="i686 x86_64"
|
||||
version=2016.02
|
||||
version=2016.03
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr --backends=moar"
|
||||
hostmakedepends="perl MoarVM nqp"
|
||||
makedepends="${hostmakedepends} libatomic_ops-devel libffi-devel libuv-devel"
|
||||
depends="MoarVM>=${version} nqp>=${version} libatomic_ops-devel libffi-devel libuv-devel"
|
||||
hostmakedepends="perl"
|
||||
makedepends="nqp"
|
||||
depends="nqp>=${version}"
|
||||
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
|
||||
checksum=f3ac8969fc71bc6123956b2078ae0b4869f1698097848101ef75caebcd7fb1cc
|
||||
homepage="http://rakudo.org"
|
||||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/rakudo/rakudo/archive/${version}.tar.gz"
|
||||
nocross="yes"
|
||||
checksum=608bc8a93921a9f360fdd9ad2c575a59cdfc929defc57a0fc261b57db35434d6
|
||||
|
|
Loading…
Reference in New Issue