wok diff pyaudio/receipt @ rev 23650
updated smartmontools (7.0 -> 7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 14:57:44 2020 +0100 (2020-04-20) |
parents | 15a7fc13b44d |
children | 2f230197370e |
line diff
1.1 --- a/pyaudio/receipt Sun Nov 22 15:14:34 2015 +0000 1.2 +++ b/pyaudio/receipt Mon Apr 20 14:57:44 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 }