wok rev 23865

Down orc-0.4.29 to build parole
author Richard Dunbar <mojo@slitaz.org>
date Fri Jun 19 20:27:41 2020 -0400 (2020-06-19)
parents 06b9d6e33bee
children 50eb3433cb74
files orc-dev/receipt orc/receipt
line diff
     1.1 --- a/orc-dev/receipt	Fri Jun 19 17:01:11 2020 +0000
     1.2 +++ b/orc-dev/receipt	Fri Jun 19 20:27:41 2020 -0400
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="orc-dev"
     1.7 -VERSION="0.4.31"
     1.8 +VERSION="0.4.29"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Oil runtime compiler - development files."
    1.11  MAINTAINER="domcox@slitaz.org"
     2.1 --- a/orc/receipt	Fri Jun 19 17:01:11 2020 +0000
     2.2 +++ b/orc/receipt	Fri Jun 19 20:27:41 2020 -0400
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="orc"
     2.7 -VERSION="0.4.31"
     2.8 +VERSION="0.4.29"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="The Oil Runtime Compiler."
    2.11  MAINTAINER="domcox@slitaz.org"
    2.12 @@ -11,18 +11,17 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.14  WGET_URL="https://gstreamer.freedesktop.org/src/$PACKAGE/$TARBALL"
    2.15  
    2.16 -BUILD_DEPENDS="meson ninja"
    2.17 -
    2.18  HOST_ARCH="i486 arm"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 -	meson	.		\
    2.24 -		_build		\
    2.25 -		--prefix=/usr &&
    2.26 -	ninja	-C _build &&
    2.27 -	ninja	-C _build install
    2.28 +	./configure			\
    2.29 +		--libexecdir=/usr/lib	\
    2.30 +		--disable-static	\
    2.31 +		$CONFIGURE_ARGS &&
    2.32 +	make $MAKEFLAGS &&
    2.33 +	make install
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.