wok-next view python-pyaudio/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents eb69d8917c62
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="PyAudio"
4 PACKAGE="python-pyaudio"
5 VERSION="0.2.11"
6 CATEGORY="python"
7 SHORT_DESC="Bindings for PortAudio v19, the cross-platform audio input/output \
8 stream library"
9 MAINTAINER="paul@slitaz.org"
10 LICENSE="unknown"
11 WEB_SITE="https://pypi.org/project/$ORIGIN/"
12 #HOST_ARCH
13 REPOLOGY="python:pyaudio"
15 BUILD_DEPENDS="python-dev python3-dev portaudio-dev"
16 SPLIT="${PACKAGE/python/python3}:3"
18 compile_rules() {
19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
20 }
22 genpkg_rules() {
23 copy @std
24 py=${PACKAGE%%-*} # python/python3
25 DEPENDS="$py portaudio"
26 }