mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
perl/rakudo: Updated for version 2019.03.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bb8a79609a
commit
392f098826
2 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
|||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
PRGNAM=rakudo
|
||||
VERSION=${VERSION:-2019.03}
|
||||
VERSION=${VERSION:-2019.03.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,9 +71,9 @@ perl Configure.pl \
|
|||
|
||||
make
|
||||
if [ "${MAKETEST:-no}" = "yes" ]; then
|
||||
make test
|
||||
env -u LD_PRELOAD make test
|
||||
fi
|
||||
make install DESTDIR=$PKG
|
||||
env -u LD_PRELOAD make install DESTDIR=$PKG
|
||||
|
||||
# Arch Linux uses the name perl6-install-dist.
|
||||
cp tools/install-dist.p? $PKG/usr/bin/perl6-install-dist
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rakudo"
|
||||
VERSION="2019.03"
|
||||
VERSION="2019.03.1"
|
||||
HOMEPAGE="https://rakudo.org/"
|
||||
DOWNLOAD="https://rakudo.org/dl/rakudo/rakudo-2019.03.tar.gz"
|
||||
MD5SUM="dd588d2f1d5561a48ed3cc099c057db6"
|
||||
DOWNLOAD="https://github.com/rakudo/rakudo/archive/2019.03.1/rakudo-2019.03.1.tar.gz"
|
||||
MD5SUM="47b50b4f2f2ed36f7bc9c68868e670d8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nqp"
|
||||
|
|
Loading…
Reference in a new issue