wok rev 23457

updated pyaudio (0.2.9 -> 0.2.11)
author Hans-G?nter Theisgen
date Sat Apr 04 16:27:00 2020 +0100 (2020-04-04)
parents db5ff6244742
children feb4dddd17bc
files pyaudio/receipt
line diff
     1.1 --- a/pyaudio/receipt	Fri Apr 03 13:56:35 2020 +0100
     1.2 +++ b/pyaudio/receipt	Sat Apr 04 16:27:00 2020 +0100
     1.3 @@ -1,28 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pyaudio"
     1.7 -VERSION="0.2.9"
     1.8 +VERSION="0.2.11"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="PyAudio provides Python bindings for PortAudio."
    1.11 +SHORT_DESC="Provides Python bindings for PortAudio."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="unknown"
    1.14 +WEB_SITE="https://people.csail.mit.edu/hubert/pyaudio/"
    1.15 +
    1.16  SOURCE="PyAudio"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://people.csail.mit.edu/hubert/pyaudio/"
    1.19 -WGET_URL="http://people.csail.mit.edu/hubert/pyaudio/packages/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/P/$SOURCE/$TARBALL"
    1.21  
    1.22 -DEPENDS="python portaudio"
    1.23 -BUILD_DEPENDS="python-dev portaudio-dev"
    1.24 +DEPENDS="portaudio python"
    1.25 +BUILD_DEPENDS="portaudio-dev python-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	python setup.py build
    1.31 +	python setup.py build &&
    1.32  	python setup.py install --root=$DESTDIR
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 -	cp -a $install/usr $fs
    1.39 +	cp -a $install/usr	$fs
    1.40  }