description="Implements a custom algorithm for extracting fingerprints from any audio source." url="http://acoustid.org/chromaprint/" packager="tnut " contributors="Pierre,Spiky" makedepends=(ffmpeg cmake) name=chromaprint version=1.5.1 release=3 source=(https://github.com/acoustid/${name}/releases/download/v$version/${name}-${version}.tar.gz) build() { cd $name-$version cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_EXAMPLES=ON \ . make make DESTDIR=$PKG install }