diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-11 13:16:53 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-13 19:52:52 +0100 |
commit | 8bba5da29596d04645fc57b4bf89fc1a610606a6 (patch) | |
tree | 66151f6c8c4b4da52ef12a50eab4da7b8f424d45 | |
parent | ed2dc51c5f8e474f96c8245e6217873916bcd78b (diff) | |
download | aports-8bba5da29596d04645fc57b4bf89fc1a610606a6.tar.bz2 aports-8bba5da29596d04645fc57b4bf89fc1a610606a6.tar.xz |
community/chromaprint: move from community
-rw-r--r-- | community/chromaprint/APKBUILD (renamed from testing/chromaprint/APKBUILD) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testing/chromaprint/APKBUILD b/community/chromaprint/APKBUILD index 8ca90ee16b..613983a058 100644 --- a/testing/chromaprint/APKBUILD +++ b/community/chromaprint/APKBUILD @@ -10,11 +10,9 @@ 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" +source="$pkgname-$pkgver.tar.gz::https://github.com/acoustid/chromaprint/archive/v$pkgver.tar.gz" build() { - cd "$builddir" cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=None \ @@ -23,7 +21,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |