chromaprint: added a -devel pkg.
This commit is contained in:
parent
0be396780b
commit
0b79ec3b99
|
@ -1407,3 +1407,4 @@ libmcrypt.so.4 libmcrypt-2.5.8_1
|
|||
libgraphite2.so.3 graphite-1.2.3_1
|
||||
libFOX-1.6.so.0 fox-1.6.49_1
|
||||
libCHART-1.6.so.0 fox-1.6.49_1
|
||||
libchromaprint.so.0 chromaprint-0.7_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
chromaprint
|
|
@ -1,18 +1,27 @@
|
|||
# Template file for 'chromaprint'
|
||||
pkgname=chromaprint
|
||||
version=0.7
|
||||
revision=1
|
||||
revision=2
|
||||
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-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
chromaprint_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
|
|
Loading…
Reference in New Issue