MoarVM: update to 2016.02.
This commit is contained in:
parent
cc8d43ba52
commit
27f73f03ad
|
@ -1,18 +1,22 @@
|
||||||
# Template build file for 'MoarVM'.
|
# Template build file for 'MoarVM'.
|
||||||
pkgname=MoarVM
|
pkgname=MoarVM
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
version=2015.11
|
version=2016.02
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="perl Configure.pl"
|
configure_script="perl Configure.pl"
|
||||||
configure_args="--prefix=/usr/lib/perl6"
|
configure_args="--prefix=/usr --has-libuv --has-libatomic_ops --has-libffi"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl libuv-devel libatomic_ops-devel libffi-devel"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
|
short_desc="MoarVM is a virtual machine for Rakudo Perl 6"
|
||||||
maintainer="Ruslan <axetwe@gmail.com>"
|
maintainer="Ruslan <axetwe@gmail.com>"
|
||||||
homepage="http://moarvm.com"
|
homepage="http://moarvm.com"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
||||||
checksum=eca0efcd620c51909b6caea8e3c8085f0de1dbb629dc064bea3a916a9bead5cf
|
checksum=3bdacebba98e6b2d3d10f12af0ab514dec27fb24b15ed00aef479b7d190ce40a
|
||||||
shlib_provides="libmoar.so"
|
shlib_provides="libmoar.so"
|
||||||
make_install_target="install"
|
make_install_target="install"
|
||||||
|
|
||||||
|
do_clean() {
|
||||||
|
rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue