vp-build/srcpkgs/chromaprint/template

21 lines
617 B
Plaintext
Raw Normal View History

2013-08-25 07:28:18 +02:00
# Template file for 'chromaprint'
pkgname=chromaprint
version=0.7
revision=1
distfiles="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-${version}.tar.gz"
checksum="4e52c3fd443c91a5c429557753d4ba3f9d31d183810412c0d8600892f3975501"
build_style=cmake
hostmakedepends="cmake"
makedepends="ffmpeg-devel"
only_for_archs="i686 x86_64"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://acoustid.org/chromaprint/"
license="LGPL"
short_desc="Library that implements a custom algorithm for extracting fingerprints from any audio source"
chromaprint_package() {
pkg_install() {
vmove all
}
}