wok view meson/receipt @ rev 23777

updated xorg-xinput (1.5.4 -> 1.6.3)
author Hans-G?nter Theisgen
date Wed May 20 17:23:29 2020 +0100 (2020-05-20)
parents ff191ed93215
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="meson"
4 VERSION="0.53.2"
5 CATEGORY="development"
6 SHORT_DESC="The Meson Build System."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://mesonbuild.com/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mesonbuild/$PACKAGE/releases/download/$VERSION/$TARBALL"
14 DEPENDS="ninja py3k"
15 BUILD_DEPENDS="py3k"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python3 setup.py build &&
21 python3 setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }