wok view pyaudio/receipt @ rev 18334

Updates licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 10 10:00:06 2015 +0200 (2015-09-10)
parents 16df76e1fc6a
children 38701b8cb00c
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 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 }