wok view pyaudio/receipt @ rev 18623

Up pyaudio (2.9)
author Paul Issott <paul@slitaz.org>
date Sun Nov 22 10:12:56 2015 +0000 (2015-11-22)
parents 46fc8daa3b41
children 15a7fc13b44d
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://people.csail.mit.edu/hubert/pyaudio/"
11 WGET_URL="http://people.csail.mit.edu/hubert/pyaudio/packages/$TARBALL"
13 DEPENDS="python portaudio"
14 BUILD_DEPENDS="python-dev portaudio-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
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 }