aboutsummaryrefslogtreecommitdiffstats
path: root/community/alsa-ucm-conf/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/alsa-ucm-conf/APKBUILD')
-rw-r--r--community/alsa-ucm-conf/APKBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/alsa-ucm-conf/APKBUILD b/community/alsa-ucm-conf/APKBUILD
deleted file mode 100644
index ce8475144c8..00000000000
--- a/community/alsa-ucm-conf/APKBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Contributor: Minecrell <minecrell@minecrell.net>
-# Maintainer: Minecrell <minecrell@minecrell.net>
-pkgname=alsa-ucm-conf
-pkgver=1.2.6.3
-pkgrel=0
-pkgdesc="ALSA Use Case Manager configuration"
-url="https://alsa-project.org"
-arch="noarch"
-license="BSD-3-Clause"
-source="https://alsa-project.org/files/pub/lib/alsa-ucm-conf-$pkgver.tar.bz2"
-options="!check" # no tests
-
-package() {
- mkdir -p "$pkgdir"/usr/share/alsa
- cp -r ucm2 "$pkgdir"/usr/share/alsa
-}
-
-sha512sums="
-14031173dd9b44c506f13172fcf89d1119e4b2d409a749ec8ef4948e75231a5e5091206e826dff9e70f1f803de8cfb9fd94886ef70764c705f65c1c7ebdf649f alsa-ucm-conf-1.2.6.3.tar.bz2
-"