wok-next annotate 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
rev   line source
al@20472 1 # SliTaz package receipt v2.
al@20472 2
al@20472 3 PACKAGE="meson"
Hans-G?nter@21512 4 VERSION="0.54.3"
al@20472 5 CATEGORY="development"
Hans-G?nter@21512 6 TAGS_std="LFS"
al@20472 7 SHORT_DESC="A high performance build system"
al@20472 8 MAINTAINER="al.bobylev@gmail.com"
al@20472 9 LICENSE="Apache"
pascal@21181 10 WEB_SITE="https://mesonbuild.com/"
al@20902 11 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/meson.html"
al@20472 12
al@20472 13 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20472 14 WGET_URL="https://github.com/mesonbuild/meson/releases/download/$VERSION/$TARBALL"
al@20472 15
al@20472 16 BUILD_DEPENDS="python3"
al@21064 17 DEPENDS_std="python3"
al@21064 18
Hans-G?nter@21512 19 HOST_ARCH="any"
al@20472 20
Hans-G?nter@21512 21 compile_rules()
Hans-G?nter@21512 22 {
al@21016 23 python3 -B setup.py install --root=$install || return 1
al@20472 24
Hans-G?nter@21512 25 install -m755 $stuff/meson-wrapper $install/usr/bin/
al@20472 26 }