void-packages/srcpkgs/python-audioread/template
2014-04-18 12:18:06 -03:00

19 lines
645 B
Plaintext

# Template file for 'python-audioread'
pkgname=python-audioread
version=1.0.2
revision=1
distfiles="https://github.com/sampsyo/audioread/archive/v${version}.tar.gz"
checksum="c0f5f33975c4c512c4aa29f8b0bbbb6b4a47c4ecd455057582b9b13d9c04679e"
build_style="python-module"
pycompile_module="audioread"
hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
depends="python gst-python"
maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/sampsyo/audioread"
license="MIT"
short_desc="Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python"
noarch="yes"
wrksrc="audioread-${version}"