# HG changeset patch # User Hans-G?nter Theisgen # Date 1592556553 -3600 # Node ID 2c5a220077c32939265dec54d5b996f3690d600b # Parent 662917c7348db700b951995231ca6f1a1385060a updated meson (0.49.0 -> 0.54.3) diff -r 662917c7348d -r 2c5a220077c3 meson/receipt --- a/meson/receipt Fri Jun 19 09:32:42 2020 +0100 +++ b/meson/receipt Fri Jun 19 09:49:13 2020 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt v2. PACKAGE="meson" -VERSION="0.49.0" +VERSION="0.54.3" CATEGORY="development" +TAGS_std="LFS" SHORT_DESC="A high performance build system" MAINTAINER="al.bobylev@gmail.com" LICENSE="Apache" WEB_SITE="https://mesonbuild.com/" LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/meson.html" -HOST_ARCH="any" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/mesonbuild/meson/releases/download/$VERSION/$TARBALL" @@ -16,10 +16,11 @@ BUILD_DEPENDS="python3" DEPENDS_std="python3" -TAGS_std="LFS" +HOST_ARCH="any" -compile_rules() { +compile_rules() +{ python3 -B setup.py install --root=$install || return 1 - install -m755 $stuff/meson-wrapper $install/usr/bin/ + install -m755 $stuff/meson-wrapper $install/usr/bin/ }