distribution/packages/audio/alsa-ucm-conf/package.mk

18 lines
677 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
2022-04-14 11:56:57 +00:00
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
2022-02-05 14:23:32 +00:00
PKG_NAME="alsa-ucm-conf"
2023-12-27 21:59:36 +00:00
PKG_VERSION="1.2.10"
2022-04-14 11:56:57 +00:00
PKG_LICENSE="BSD-3c"
2022-02-05 14:23:32 +00:00
PKG_SITE="http://www.alsa-project.org/"
PKG_URL="https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-${PKG_VERSION}.tar.bz2"
2022-04-14 11:56:57 +00:00
PKG_LONGDESC="ALSA Use Case Manager configuration (and topologies)"
2022-02-05 14:23:32 +00:00
PKG_TOOLCHAIN="manual"
makeinstall_target() {
2022-04-14 11:56:57 +00:00
mkdir -p ${INSTALL}/usr/share/alsa/
cp -PR ${PKG_BUILD}/ucm2 ${INSTALL}/usr/share/alsa/
# work around scripts/build removing empty directories, this leads to errors in ucm
touch ${INSTALL}/usr/share/alsa/ucm2/conf.virt.d/.dont_remove_this_dir
2022-02-05 14:23:32 +00:00
}