mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python-pylastfp: cross build support.
This commit is contained in:
parent
f22d506651
commit
d9a5edc133
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ revision=1
|
||||||
distfiles="https://pypi.python.org/packages/source/p/pylastfp/pylastfp-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/p/pylastfp/pylastfp-${version}.tar.gz"
|
||||||
checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7"
|
checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel python-distribute"
|
||||||
makedepends="python-distribute libsamplerate-devel fftw-devel"
|
makedepends="python-devel libsamplerate-devel fftw-devel"
|
||||||
wrksrc="pylastfp-${version}"
|
wrksrc="pylastfp-${version}"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="https://github.com/sampsyo/pylastfp"
|
homepage="https://github.com/sampsyo/pylastfp"
|
||||||
|
@ -19,4 +19,4 @@ python-pylastfp_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue