# HG changeset patch # User Paul Issott # Date 1420371420 0 # Node ID d8c3590387b5233352009bdc36469af3b7a68abd # Parent 15425b9b6175539320599afbbdd6e528bf6655a3 Add pyaudio diff -r 15425b9b6175 -r d8c3590387b5 pyaudio/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyaudio/receipt Sun Jan 04 11:37:00 2015 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="pyaudio" +VERSION="0.2.8" +CATEGORY="development" +SHORT_DESC="PyAudio provides Python bindings for PortAudio." +MAINTAINER="paul@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://people.csail.mit.edu/hubert/pyaudio/" +WGET_URL="http://people.csail.mit.edu/hubert/pyaudio/packages/$TARBALL" + +DEPENDS="python portaudio" +BUILD_DEPENDS="python-dev portaudio-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} +