34 lines
869 B
Bash
34 lines
869 B
Bash
# Template file for 'python-audioread'
|
|
pkgname=python-audioread
|
|
version=2.1.5
|
|
revision=2
|
|
noarch=yes
|
|
nocross=yes
|
|
wrksrc="audioread-${version}"
|
|
build_style=python-module
|
|
pycompile_module="audioread"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="gst1-python"
|
|
short_desc="Multi-library, cross-platform audio decoding (Python2)"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://github.com/sampsyo/audioread/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
|
|
checksum=36c3b118f097c58ba073b7d040c4319eff200756f094295677567e256282d0d7
|
|
|
|
post_install() {
|
|
sed -n '2,13p' decode.py > LICENSE
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-audioread_package() {
|
|
noarch=yes
|
|
depends="gst1-python3"
|
|
pycompile_module="audioread"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|