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.
16 lines
614 B
Bash
16 lines
614 B
Bash
# Template build file for 'nqp'.
|
|
pkgname=nqp
|
|
version=2015.03
|
|
wrksrc="rakudo-star-${version}/nqp"
|
|
revision=1
|
|
build_style=configure
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
|
|
hostmakedepends="perl moarvm"
|
|
makedepends="${hostmakedepends}"
|
|
short_desc="Not Quite Perl, a lightweight Perl 6-like environment for VMs"
|
|
maintainer="Ruslan <axetwe@gmail.com>"
|
|
homepage="http://github.com/perl6/nqp"
|
|
license="Artistic-2.0"
|
|
distfiles="http://rakudo.org/downloads/star/rakudo-star-${version}.tar.gz"
|
|
checksum="bb969c99b39cf69d0f04ae5e9d574de1da8835a1be17710f9e63afc0bcac9bbb"
|