void-packages/srcpkgs/python-audioread/template

19 lines
645 B
Plaintext
Raw Normal View History

2013-08-03 22:29:24 +00:00
# Template file for 'python-audioread'
pkgname=python-audioread
version=1.0.1
revision=2
2013-08-03 22:29:24 +00:00
distfiles="https://github.com/sampsyo/audioread/archive/v${version}.tar.gz"
checksum="0e6d0f13bdb8e462a84722050f02538eade9e5c6d8da94aa7cdfa2552af15df6"
build_style="python-module"
pycompile_module="audioread"
hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
depends="python gst-python"
maintainer="Steven R <dev@styez.com>"
2013-08-03 22:29:24 +00:00
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}"