wok-next diff meson/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 3bc985504162
children
line diff
     1.1 --- a/meson/receipt	Wed Aug 21 10:31:28 2019 +0200
     1.2 +++ b/meson/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="meson"
     1.7 -VERSION="0.49.0"
     1.8 +VERSION="0.54.3"
     1.9  CATEGORY="development"
    1.10 +TAGS_std="LFS"
    1.11  SHORT_DESC="A high performance build system"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="Apache"
    1.14  WEB_SITE="https://mesonbuild.com/"
    1.15  LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/meson.html"
    1.16 -HOST_ARCH="any"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WGET_URL="https://github.com/mesonbuild/meson/releases/download/$VERSION/$TARBALL"
    1.20 @@ -16,10 +16,11 @@
    1.21  BUILD_DEPENDS="python3"
    1.22  DEPENDS_std="python3"
    1.23  
    1.24 -TAGS_std="LFS"
    1.25 +HOST_ARCH="any"
    1.26  
    1.27 -compile_rules() {
    1.28 +compile_rules()
    1.29 +{
    1.30  	python3 -B setup.py install --root=$install || return 1
    1.31  
    1.32 -	install -m755 $stuff/meson-wrapper $install/usr/bin/
    1.33 +	install -m755 $stuff/meson-wrapper	$install/usr/bin/
    1.34  }