aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-11-12 14:02:21 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-12 10:48:38 -0300
commit68c0b01b2db6e614ee9f9fee0fc660e027d525c7 (patch)
tree5ea8e3dce040ad88b811ca7a23a9695e40d7910f /testing
parentc3e2656b8c8b9673a5e52b8eafe79e926e78201e (diff)
downloadaports-68c0b01b2db6e614ee9f9fee0fc660e027d525c7.tar.bz2
aports-68c0b01b2db6e614ee9f9fee0fc660e027d525c7.tar.xz
community/libkcddb: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/libkcddb/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/libkcddb/APKBUILD b/testing/libkcddb/APKBUILD
deleted file mode 100644
index 1bcbd12d0f..0000000000
--- a/testing/libkcddb/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=libkcddb
-pkgver=19.08.2
-pkgrel=0
-arch="all"
-url="https://www.kde.org/applications/multimedia/"
-pkgdesc="KDE CDDB library"
-license="LGPL-2.0-or-later AND GPL-2.0-or-later"
-makedepends="extra-cmake-modules qt5-qtbase-dev kconfig-dev kdoctools-dev kcodecs-dev ki18n-dev kio-dev kwidgetsaddons-dev libmusicbrainz-dev"
-source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=ON
- make
-}
-
-check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-
-sha512sums="b19685387233bc845bce7be8a5a8a89ae1339b12a8ea64146da95159e3257b9ce387c53f537673aac048f64c4fd08b76988f2d57ee019102ca60795aa754011d libkcddb-19.08.2.tar.xz"