wok diff speex/receipt @ rev 23823

created recipes for qt5 packages
author Hans-G?nter Theisgen
date Thu May 28 10:56:20 2020 +0100 (2020-05-28)
parents 0b9152969608
children 5d79829fa876
line diff
     1.1 --- a/speex/receipt	Mon Jan 28 12:06:49 2019 +0100
     1.2 +++ b/speex/receipt	Thu May 28 10:56:20 2020 +0100
     1.3 @@ -1,31 +1,35 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="speex"
     1.7 -VERSION="1.2rc1"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="Low bandwith voice codec."
    1.11 +SHORT_DESC="Low bandwidth voice codec."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 +WEB_SITE="https://www.speex.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://www.speex.org/"
    1.18  WGET_URL="https://ftp.osuosl.org/pub/xiph/releases/$PACKAGE/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20 +
    1.21  OBSOLATED_BY="opus"
    1.22 -
    1.23  DEPENDS="libogg"
    1.24  BUILD_DEPENDS="libogg-dev"
    1.25  
    1.26 +HOST_ARCH="i486 arm"
    1.27 +
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31  	./configure $CONFIGURE_ARGS &&
    1.32 -	make && make -j1 install
    1.33 +	make &&
    1.34 +	make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40  	mkdir -p $fs/usr/lib
    1.41 -	cp -a $install/usr/bin $fs/usr
    1.42 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.43 +
    1.44 +	cp -a $install/usr/bin		$fs/usr
    1.45 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.46  }