wok view pyaudio/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="pyaudio"
4 VERSION="0.2.8"
5 CATEGORY="development"
6 SHORT_DESC="PyAudio provides Python bindings for PortAudio."
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://people.csail.mit.edu/hubert/pyaudio/"
10 WGET_URL="http://people.csail.mit.edu/hubert/pyaudio/packages/$TARBALL"
12 DEPENDS="python portaudio"
13 BUILD_DEPENDS="python-dev portaudio-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }