wok annotate meson/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents
children ff191ed93215
rev   line source
pascal@20490 1 # SliTaz package receipt.
pascal@20490 2
pascal@20490 3 PACKAGE="meson"
pascal@20490 4 VERSION="0.48.1"
pascal@20490 5 CATEGORY="development"
pascal@20490 6 SHORT_DESC="The Meson Build System"
pascal@20490 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20490 8 LICENSE="Apache"
pascal@20490 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20490 10 WEB_SITE="http://mesonbuild.com"
pascal@20490 11 WGET_URL="https://github.com/mesonbuild/meson/releases/download/$VERSION/$TARBALL"
pascal@20490 12
pascal@20490 13 DEPENDS="ninja py3k"
pascal@20490 14 BUILD_DEPENDS="py3k"
pascal@20490 15
pascal@20490 16 # Rules to configure and make the package.
pascal@20490 17 compile_rules()
pascal@20490 18 {
pascal@20490 19 python3 setup.py build &&
pascal@20490 20 python3 setup.py install --root=$DESTDIR
pascal@20490 21 }
pascal@20490 22
pascal@20490 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20490 24 genpkg_rules()
pascal@20490 25 {
pascal@20490 26 cp -a $install/usr $fs/
pascal@20490 27 }