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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }