wok view pyaudio/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents 38701b8cb00c
children 6156391b4805
line source
1 # SliTaz package receipt.
3 PACKAGE="pyaudio"
4 VERSION="0.2.9"
5 CATEGORY="development"
6 SHORT_DESC="PyAudio provides Python bindings for PortAudio."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="unknown"
9 SOURCE="PyAudio"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://people.csail.mit.edu/hubert/pyaudio/"
12 WGET_URL="http://people.csail.mit.edu/hubert/pyaudio/packages/$TARBALL"
14 DEPENDS="python portaudio"
15 BUILD_DEPENDS="python-dev portaudio-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }