1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
18 lines
632 B
Bash
18 lines
632 B
Bash
# Template build file for 'moarvm'.
|
|
pkgname=moarvm
|
|
version=2015.03
|
|
wrksrc="rakudo-star-${version}/MoarVM"
|
|
revision=1
|
|
shlib_provides="libmoar.so"
|
|
build_style=configure
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr/lib/perl6"
|
|
make_install_target="install"
|
|
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://rakudo.org/downloads/star/rakudo-star-${version}.tar.gz"
|
|
checksum="bb969c99b39cf69d0f04ae5e9d574de1da8835a1be17710f9e63afc0bcac9bbb"
|