wok diff orc/receipt @ rev 23436

updated plymouth again (0.8.6.1 -> 0.9.4)
author Hans-G?nter Theisgen
date Thu Apr 02 08:09:39 2020 +0100 (2020-04-02)
parents 79721c381319
children 3fe6c0591041
line diff
     1.1 --- a/orc/receipt	Thu May 30 08:44:12 2019 +0100
     1.2 +++ b/orc/receipt	Thu Apr 02 08:09:39 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="orc"
     1.7 -VERSION="0.4.29"
     1.8 +VERSION="0.4.31"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="The Oil Runtime Compiler."
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12 @@ -11,17 +11,18 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="https://gstreamer.freedesktop.org/src/$PACKAGE/$TARBALL"
    1.15  
    1.16 +BUILD_DEPENDS="meson ninja"
    1.17 +
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	./configure			\
    1.24 -		--libexecdir=/usr/lib	\
    1.25 -		--disable-static	\
    1.26 -		$CONFIGURE_ARGS &&
    1.27 -	make $MAKEFLAGS &&
    1.28 -	make install
    1.29 +	meson	.		\
    1.30 +		_build		\
    1.31 +		--prefix=/usr &&
    1.32 +	ninja	-C _build &&
    1.33 +	ninja	-C _build install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.