2015-07-02 02:52:38 +02:00
|
|
|
# Template build file for 'MoarVM'.
|
2015-07-02 02:49:30 +02:00
|
|
|
pkgname=MoarVM
|
2015-11-30 10:28:27 +01:00
|
|
|
only_for_archs="i686 x86_64"
|
2016-02-26 07:41:05 +01:00
|
|
|
version=2016.02
|
2015-07-02 02:49:30 +02:00
|
|
|
revision=1
|
|
|
|
build_style=configure
|
|
|
|
configure_script="perl Configure.pl"
|
2016-02-26 07:41:05 +01:00
|
|
|
configure_args="--prefix=/usr --has-libuv --has-libatomic_ops --has-libffi"
|
|
|
|
hostmakedepends="perl libuv-devel libatomic_ops-devel libffi-devel"
|
2015-07-02 02:49:30 +02:00
|
|
|
makedepends="${hostmakedepends}"
|
|
|
|
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"
|
2016-02-26 07:41:05 +01:00
|
|
|
checksum=3bdacebba98e6b2d3d10f12af0ab514dec27fb24b15ed00aef479b7d190ce40a
|
2015-07-02 02:49:30 +02:00
|
|
|
shlib_provides="libmoar.so"
|
|
|
|
make_install_target="install"
|
2016-02-26 07:41:05 +01:00
|
|
|
|
|
|
|
do_clean() {
|
|
|
|
rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath
|
|
|
|
}
|