aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 17:40:11 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 17:40:11 +0000
commit6366dcf2693172506dd7d6bb9071b7c723f14f60 (patch)
treeaca99dfa1613315085571106cfaaf6ca0494e688 /testing
parent5bf0033dd58b6f68cce10b6b6ada70a4b49d9e89 (diff)
downloadaports-6366dcf2693172506dd7d6bb9071b7c723f14f60.tar.bz2
aports-6366dcf2693172506dd7d6bb9071b7c723f14f60.tar.xz
community/extra-cmake-modules: upgrade to 5.56, moved from testing due to attica dep
Diffstat (limited to 'testing')
-rw-r--r--testing/extra-cmake-modules/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/extra-cmake-modules/APKBUILD b/testing/extra-cmake-modules/APKBUILD
deleted file mode 100644
index 0cd6a0ce72..0000000000
--- a/testing/extra-cmake-modules/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: k0r10n <k0r10n.dev@gmail.com>
-# Contributor: Ivan Tham <pickfire@riseup.net>
-pkgname=extra-cmake-modules
-pkgver=5.46.0
-pkgrel=0
-pkgdesc="Extra CMake modules"
-url="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-arch="noarch"
-license="custom"
-depends="cmake"
-makedepends="py-sphinx cmake"
-subpackages="$pkgname-doc"
-source="http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver/build"
-
-build() {
- mkdir -p "$builddir" && cd "$builddir"
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install/fast
-
- install -Dm644 ../COPYING-CMAKE-SCRIPTS \
- "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-sha512sums="6431ad8e5230bbc0a5e1199037102014c376a682d711211b257359c35c8a3aaddb6128277721ca40cedf43fcca77312a2754f306487a1b3dbea728d643f0ad3a extra-cmake-modules-5.46.0.tar.xz"