wok-undigest diff meson/receipt @ rev 1243

removed obsolete recipes
author Hans-G?nter Theisgen
date Sat Aug 06 17:53:10 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/meson/receipt	Sat Aug 06 17:53:10 2022 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="meson"
     1.7 +VERSION="0.49.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="A high performance build system"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="Apache"
    1.12 +WEB_SITE="https://mesonbuild.com/"
    1.13 +LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/meson.html"
    1.14 +HOST_ARCH="any"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://github.com/mesonbuild/meson/releases/download/$VERSION/$TARBALL"
    1.18 +
    1.19 +BUILD_DEPENDS="python3"
    1.20 +DEPENDS_std="python3"
    1.21 +
    1.22 +TAGS_std="LFS"
    1.23 +
    1.24 +compile_rules() {
    1.25 +	python3 -B setup.py install --root=$install || return 1
    1.26 +
    1.27 +	install -m755 $stuff/meson-wrapper $install/usr/bin/
    1.28 +}