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.
21 lines
749 B
Bash
21 lines
749 B
Bash
# Template build file for 'rakudo-star'.
|
|
pkgname=rakudo-star
|
|
version=2015.03
|
|
wrksrc="rakudo-star-${version}"
|
|
revision=1
|
|
build_style=configure
|
|
configure_script="perl Configure.pl"
|
|
configure_args="--prefix=/usr/lib/perl6 --backends=moar"
|
|
hostmakedepends="perl moarvm nqp"
|
|
makedepends="${hostmakedepends}"
|
|
depends="moarvm>=${version}_${revision} nqp>=${version}_${revision}"
|
|
short_desc="Rakudo is an implementation of Perl 6 language"
|
|
maintainer="Ruslan <axetwe@gmail.com>"
|
|
homepage="http://rakudo.org"
|
|
license="Artistic-2.0"
|
|
distfiles="http://rakudo.org/downloads/star/rakudo-star-${version}.tar.gz"
|
|
checksum="bb969c99b39cf69d0f04ae5e9d574de1da8835a1be17710f9e63afc0bcac9bbb"
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/rakudo-star.sh 644 etc/profile.d
|
|
}
|