void-packages/srcpkgs/python-pylastfp/template
2014-07-10 10:04:00 +02:00

22 lines
732 B
Bash

# Template file for 'python-pylastfp'
pkgname=python-pylastfp
version=0.6
revision=3
wrksrc="pylastfp-${version}"
build_style="python-module"
hostmakedepends="python-setuptools"
makedepends="python-devel libsamplerate-devel fftw-devel"
depends="python python-audioread"
pycompile_module="lastfp"
short_desc="Python bindings for Last.fm's acoustic fingerprinting (fplib)"
maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/sampsyo/pylastfp"
license="LGPL-3"
distfiles="https://pypi.python.org/packages/source/p/pylastfp/pylastfp-${version}.tar.gz"
checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7"
pre_build() {
mv lastmatch{.py,}
sed -i 's,lastmatch.py,lastmatch,g' lastmatch setup.py
}