wok view meson/receipt @ rev 20696

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