aboutsummaryrefslogtreecommitdiffstats
path: root/testing/chromaprint/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-11 13:16:53 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-13 19:52:52 +0100
commit8bba5da29596d04645fc57b4bf89fc1a610606a6 (patch)
tree66151f6c8c4b4da52ef12a50eab4da7b8f424d45 /testing/chromaprint/APKBUILD
parented2dc51c5f8e474f96c8245e6217873916bcd78b (diff)
downloadaports-8bba5da29596d04645fc57b4bf89fc1a610606a6.tar.bz2
aports-8bba5da29596d04645fc57b4bf89fc1a610606a6.tar.xz
community/chromaprint: move from community
Diffstat (limited to 'testing/chromaprint/APKBUILD')
-rw-r--r--testing/chromaprint/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/chromaprint/APKBUILD b/testing/chromaprint/APKBUILD
deleted file mode 100644
index 8ca90ee16b..0000000000
--- a/testing/chromaprint/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=chromaprint
-pkgver=1.4.3
-pkgrel=2
-pkgdesc="C library for generating audio fingerprints used by AcoustID"
-url="https://acoustid.org/chromaprint"
-arch="all"
-license="MIT"
-makedepends="cmake fftw-dev ffmpeg-dev"
-options="!check"
-subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/acoustid/$pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None \
- -DBUILD_TOOLS=ON .
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="aab00ca3d42047f20f48b24efdc50ef06fac799c69b3007a0e9c4e8217133a3626c51e49b4c842a59fc0e606169f2542c91997b0e838c62e9492a7ff5968363b chromaprint-1.4.3.tar.gz"