From 88594eafff504242ef45dc4df9b59231e97acc1c Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sat, 3 Aug 2013 19:27:31 -0300 Subject: [PATCH] New package: python-pylastfp. --- srcpkgs/python-pylastfp/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python-pylastfp/template diff --git a/srcpkgs/python-pylastfp/template b/srcpkgs/python-pylastfp/template new file mode 100644 index 00000000000..585188b91b3 --- /dev/null +++ b/srcpkgs/python-pylastfp/template @@ -0,0 +1,22 @@ +# Template file for 'python-pylastfp' +pkgname=python-pylastfp +version=0.6 +revision=1 +distfiles="https://pypi.python.org/packages/source/p/pylastfp/pylastfp-${version}.tar.gz" +checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7" +build_style=python-module +hostmakedepends="python-devel" +makedepends="python-distribute libsamplerate-devel fftw-devel" +wrksrc="pylastfp-${version}" +maintainer="Steven R " +homepage="https://github.com/sampsyo/pylastfp" +license="GPL" +short_desc="Python interface to Last.fm's acoustic fingerprinting library (called fplib) and its related API services" + +python-pylastfp_package() { + depends="python>=2.7 gst-python" + pycompile_module="pylastfp" + pkg_install() { + vmove all + } +} \ No newline at end of file