wok-next view meson/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 3bc985504162
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="meson"
4 VERSION="0.54.3"
5 CATEGORY="development"
6 TAGS_std="LFS"
7 SHORT_DESC="A high performance build system"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="Apache"
10 WEB_SITE="https://mesonbuild.com/"
11 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/meson.html"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="https://github.com/mesonbuild/meson/releases/download/$VERSION/$TARBALL"
16 BUILD_DEPENDS="python3"
17 DEPENDS_std="python3"
19 HOST_ARCH="any"
21 compile_rules()
22 {
23 python3 -B setup.py install --root=$install || return 1
25 install -m755 $stuff/meson-wrapper $install/usr/bin/
26 }