python-audioread: fix cross build.
This commit is contained in:
parent
bc045d6924
commit
eeb34b4283
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ revision=1
|
||||||
distfiles="https://github.com/sampsyo/audioread/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sampsyo/audioread/archive/v${version}.tar.gz"
|
||||||
checksum="0e6d0f13bdb8e462a84722050f02538eade9e5c6d8da94aa7cdfa2552af15df6"
|
checksum="0e6d0f13bdb8e462a84722050f02538eade9e5c6d8da94aa7cdfa2552af15df6"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel python-distribute"
|
||||||
makedepends="python-distribute"
|
makedepends="python-devel"
|
||||||
wrksrc="audioread-${version}"
|
wrksrc="audioread-${version}"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="https://github.com/sampsyo/audioread"
|
homepage="https://github.com/sampsyo/audioread"
|
||||||
|
|
Loading…
Reference in a new issue