wok annotate meson/receipt @ rev 23208
updated mxml and mxml-dev (2.8 -> 3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 21 10:40:35 2020 +0100 (2020-03-21) |
parents | ff191ed93215 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@20490 | 1 # SliTaz package receipt. |
pascal@20490 | 2 |
pascal@20490 | 3 PACKAGE="meson" |
Hans-G?nter@23175 | 4 VERSION="0.53.2" |
pascal@20490 | 5 CATEGORY="development" |
Hans-G?nter@21433 | 6 SHORT_DESC="The Meson Build System." |
pascal@20490 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20490 | 8 LICENSE="Apache" |
Hans-G?nter@21433 | 9 WEB_SITE="https://mesonbuild.com/" |
Hans-G?nter@21433 | 10 |
pascal@20490 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21433 | 12 WGET_URL="https://github.com/mesonbuild/$PACKAGE/releases/download/$VERSION/$TARBALL" |
pascal@20490 | 13 |
pascal@20490 | 14 DEPENDS="ninja py3k" |
pascal@20490 | 15 BUILD_DEPENDS="py3k" |
pascal@20490 | 16 |
pascal@20490 | 17 # Rules to configure and make the package. |
pascal@20490 | 18 compile_rules() |
pascal@20490 | 19 { |
pascal@20490 | 20 python3 setup.py build && |
pascal@20490 | 21 python3 setup.py install --root=$DESTDIR |
pascal@20490 | 22 } |
pascal@20490 | 23 |
pascal@20490 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20490 | 25 genpkg_rules() |
pascal@20490 | 26 { |
Hans-G?nter@23175 | 27 cp -a $install/usr $fs |
pascal@20490 | 28 } |