mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
alsa-ucm-conf: add new package
UCM configuration files were split off into a separate package in ALSA 1.2.0 Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
28ccd787de
commit
00c173ac6e
17
packages/audio/alsa-ucm-conf/package.mk
Normal file
17
packages/audio/alsa-ucm-conf/package.mk
Normal file
@ -0,0 +1,17 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="alsa-ucm-conf"
|
||||
PKG_VERSION="1.2.2"
|
||||
PKG_SHA256="7ebfd929bc85a51f16fa3c8c4db13faa2ea6ff2b2266fc36d6198bdafe73c40c"
|
||||
PKG_LICENSE="BSD-3c"
|
||||
PKG_SITE="http://www.alsa-project.org/"
|
||||
PKG_URL="ftp://ftp.alsa-project.org/pub/lib/alsa-ucm-conf-$PKG_VERSION.tar.bz2"
|
||||
PKG_LONGDESC="ALSA Use Case Manager configuration (and topologies)"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/share/alsa/
|
||||
cp -PR ${PKG_BUILD}/ucm2 ${INSTALL}/usr/share/alsa/
|
||||
safe_remove ${INSTALL}/usr/share/alsa/ucm2/README.md
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user