2015-07-02 02:52:38 +02:00
|
|
|
# Template build file for 'MoarVM'.
|
2015-07-02 02:49:30 +02:00
|
|
|
pkgname=MoarVM
|
2016-08-08 08:31:03 +02:00
|
|
|
version=2016.07
|
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"
|
2016-04-02 08:13:50 +02:00
|
|
|
hostmakedepends="perl"
|
|
|
|
makedepends="libuv-devel libatomic_ops-devel libffi-devel"
|
2015-07-02 02:49:30 +02:00
|
|
|
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-04-02 08:13:50 +02:00
|
|
|
nocross="yes"
|
2015-07-02 02:49:30 +02:00
|
|
|
shlib_provides="libmoar.so"
|
2016-08-08 08:31:03 +02:00
|
|
|
checksum=6b78e25a5399744d3e6dc98e896849234dab1760cd618c07cf94a50caac06a6f
|
2016-02-26 07:41:05 +01:00
|
|
|
|
|
|
|
do_clean() {
|
|
|
|
rm -rf ${DESTDIR}/usr/include/libuv ${DESTDIR}/usr/include/libtommath
|
|
|
|
}
|