MoarVM: update to 2015.06
This commit is contained in:
parent
4f37bbfe15
commit
f4d597128a
2 changed files with 19 additions and 1 deletions
|
@ -419,7 +419,7 @@ libcdio.so.16 libcdio-0.93_1
|
|||
libmpcdec.so.5 libmpcdec-1.2.6_1
|
||||
libproxy.so.1 libproxy-0.4.6_1
|
||||
libmodman.so.1 libproxy-0.4.6_1
|
||||
libmoar.so moarvm-2015.06_1
|
||||
libmoar.so MoarVM-2015.06_1
|
||||
libFLAC.so.8 libflac-1.2.1_1
|
||||
libFLAC++.so.6 libflac-1.2.1_1
|
||||
libmad.so.0 libmad-0.15.1b_1
|
||||
|
|
18
srcpkgs/MoarVM/template
Normal file
18
srcpkgs/MoarVM/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template build file for 'moarvm'.
|
||||
pkgname=MoarVM
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
version=2015.06
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
configure_args="--prefix=/usr/lib/perl6"
|
||||
hostmakedepends="perl"
|
||||
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"
|
||||
checksum="8dfe52630a3fcc749b653591f8a4e7fa723cd204cf0f6133b62b70d1b9c5980f"
|
||||
shlib_provides="libmoar.so"
|
||||
make_install_target="install"
|
Loading…
Reference in a new issue