New package: chromaprint-0.7.

This commit is contained in:
wertyi48 2013-08-25 02:28:18 -03:00
parent b10377f5c1
commit df41024b68
1 changed files with 20 additions and 0 deletions

20
srcpkgs/chromaprint/template Executable file
View File

@ -0,0 +1,20 @@
# 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
}
}